Difference between revisions of "SQLAlchemy"

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

Latest revision as of 11:07, 20 December 2022

Advertising: