]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Add Portuguese translation for `docs/pt/docs/how-to/testing-database.md` (#12472)
authorGuilherme Rameh <62567654+GuilhermeRameh@users.noreply.github.com>
Fri, 18 Oct 2024 12:04:04 +0000 (09:04 -0300)
committerGitHub <noreply@github.com>
Fri, 18 Oct 2024 12:04:04 +0000 (14:04 +0200)
docs/pt/docs/how-to/testing-database.md [new file with mode: 0644]

diff --git a/docs/pt/docs/how-to/testing-database.md b/docs/pt/docs/how-to/testing-database.md
new file mode 100644 (file)
index 0000000..02f909f
--- /dev/null
@@ -0,0 +1,7 @@
+# Testando a Base de Dados
+
+Você pode estudar sobre bases de dados, SQL e SQLModel na <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">documentação de SQLModel</a>. 🤓
+
+Aqui tem um mini <a href="https://sqlmodel.tiangolo.com/tutorial/fastapi/" class="external-link" target="_blank">tutorial de como usar SQLModel com FastAPI</a>. ✨
+
+Esse tutorial inclui uma sessão sobre <a href="https://sqlmodel.tiangolo.com/tutorial/fastapi/tests/" class="external-link" target="_blank">testar bases de dados SQL</a>. 😎