is there any good database library to use with python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

is there any good database library to use with python ?

4th Jun 2021, 4:32 PM
Ghiles Larbi
Ghiles Larbi - avatar
10 Answers
+ 1
I use MySQL and pyodbc
5th Jun 2021, 5:05 PM
Václav Dostál
Václav Dostál - avatar
+ 4
Psycopg2 for postgreSQL Mysqldb for mysql Cx_oracle for oracle Pymssql for microsoft sql server
6th Jun 2021, 6:18 AM
BugSilex
BugSilex - avatar
+ 4
Nikhil Choudhary please see in course , and if you are confused how to give input use search bar!
6th Jun 2021, 1:12 PM
Abhiyantā
Abhiyantā - avatar
+ 3
None that you, Jan?
4th Jun 2021, 5:47 PM
Nor'wester 🌪️ 🇧🇩 (INACTIVE)
Nor'wester 🌪️ 🇧🇩 (INACTIVE) - avatar
+ 3
If using mongodb as database then use pymongo or for small scale application you can use sqlite
5th Jun 2021, 2:56 PM
sudhir meena
sudhir meena - avatar
+ 3
SQLAlchemy, SQL databases behave less like object collections the more size and performance start to matter; object collections behave less like tables and rows the more abstraction starts to matter. SQLAlchemy aims to accommodate both of these principles. SQLAlchemy considers the database to be a relational algebra engine, not just a collection of tables. Rows can be selected from not only tables but also joins and other select statements; any of these units can be composed into a larger structure. SQLAlchemy's expression language builds on this concept from its core. More from https://www.sqlalchemy.org/
6th Jun 2021, 2:42 AM
Abhiyantā
Abhiyantā - avatar
+ 2
Nor'wester 🌪️ 🇧🇩 Jan Markus is no more… He died of too many bad questions in q&a 😔😞
4th Jun 2021, 6:03 PM
Brain & Bones
Brain & Bones - avatar
- 2
How to write input
6th Jun 2021, 12:59 PM
Nikhil Choudhary
- 2
What is input
6th Jun 2021, 12:59 PM
Nikhil Choudhary