From: Guilherme Rameh <62567654+GuilhermeRameh@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:04:04 +0000 (-0300) Subject: 🌐 Add Portuguese translation for `docs/pt/docs/how-to/testing-database.md` (#12472) X-Git-Tag: 0.115.3~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48849f8a11ad82e9dfbc5c399cc2687465f111ae;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Add Portuguese translation for `docs/pt/docs/how-to/testing-database.md` (#12472) --- diff --git a/docs/pt/docs/how-to/testing-database.md b/docs/pt/docs/how-to/testing-database.md new file mode 100644 index 0000000000..02f909f249 --- /dev/null +++ b/docs/pt/docs/how-to/testing-database.md @@ -0,0 +1,7 @@ +# Testando a Base de Dados + +Você pode estudar sobre bases de dados, SQL e SQLModel na documentação de SQLModel. 🤓 + +Aqui tem um mini tutorial de como usar SQLModel com FastAPI. ✨ + +Esse tutorial inclui uma sessão sobre testar bases de dados SQL. 😎