+ 1
is there any good database library to use with python ?
10 Respostas
+ 1
I use MySQL and pyodbc
+ 5
Ghiles Larbi
Learn about MongoDB and PostgreSQL with python.
https://code.sololearn.com/WGlFaC6knnfO/?ref=app
https://code.sololearn.com/Wxxf0Czb6Ag8/?ref=app
+ 4
Psycopg2 for postgreSQL
Mysqldb for mysql
Cx_oracle for oracle
Pymssql for microsoft sql server
+ 4
Nikhil Choudhary please see in course , and if you are confused how to give input use search bar!
+ 3
None that you, Jan?
+ 3
If using mongodb as database then use pymongo or for small scale application you can use sqlite
+ 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/
+ 2
Nor'wester đȘïž đ§đ©
Jan Markus is no moreâŠ
He died of too many bad questions in q&a đđ
- 2
How to write input
- 2
What is input