How to do python connectivity to sql here? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to do python connectivity to sql here?

25th Dec 2022, 1:14 PM
Abdulqadir
2 Respostas
+ 2
SQLite might be an option. Here is a program that queries the SQLite engine to solve a date calculation challenge: https://code.sololearn.com/cJQ90V0OU8en/?ref=app
25th Dec 2022, 3:09 PM
Brian
Brian - avatar
+ 1
To connect to a SQL database from Python, you will need to use a library called pyodbc. This library allows you to access databases using the Open Database Connectivity (ODBC) protocol.
25th Dec 2022, 1:59 PM
Lwez
Lwez - avatar