Skip to content

Commit 199e198

Browse files
authored
Create sgbd_com_python.md
1 parent c2e27cd commit 199e198

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

aula_07/sgbd_com_python.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Conectando nos SGBDs com Python!
2+
3+
Segue os links dos tutoriais de conexão a bancos de dados com diferentes SGBDs:
4+
5+
- **SQLite:** [Criar Banco de Dados SQLite em Python com sqlite3](https://www.bosontreinamentos.com.br/programacao-em-python/criar-banco-de-dados-sqlite-em-python-com-sqlite3/)
6+
- **MySQL:** [Como Conectar a um Banco de Dados MySQL Usando Python](https://www.bosontreinamentos.com.br/programacao-em-python/como-conectar-a-um-banco-de-dados-mysql-usando-python/)
7+
- **SQL Server:** [Como Acessar Bancos de Dados SQL Server Usando Python](https://www.bosontreinamentos.com.br/programacao-em-python/como-acessar-bancos-de-dados-sql-server-usando-python/)
8+
- **PostgreSQL:** [Como criar uma conexão em PostgreSQL com Python](https://www.devmedia.com.br/como-criar-uma-conexao-em-postgresql-com-python/34079)

0 commit comments

Comments
 (0)