Difference between revisions of "SQLAlchemy"

From wikieduonline
Jump to navigation Jump to search
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[wikipedia:SQLAlchemy]] (2006)
 
[[wikipedia:SQLAlchemy]] (2006)
 +
* https://www.sqlalchemy.org/
  
 +
[[pip install sqlalchemy]]
 +
 +
[[from]] sqlalchemy import create_engine
 +
 +
[[from]] sqlalchemy.engine.base import Connection, Engine
  
  
 
== Related terms ==
 
== Related terms ==
 
* [[Object-relational mapping]]
 
* [[Object-relational mapping]]
* [[Alembic]]
+
* [[Alembic]] migration tool
 +
* [[Object–relational mapping (ORM)]]
 +
* [[IntegrityError]]
 +
* [[Celery backends]]
  
 
== See also ==
 
== See also ==
 
* {{SQL}}
 
* {{SQL}}
 +
* {{SQLAlchemy}}
 +
* {{ORM}}
 +
 +
[[Category:SQL]]
 +
[[Category:ORM]]
 +
[[Category:Python]]

Latest revision as of 11:07, 20 December 2022

Advertising: