Difference between revisions of "SQLAlchemy"
Jump to navigation
Jump to search
(3 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 == |
Latest revision as of 11:07, 20 December 2022
wikipedia:SQLAlchemy (2006)
pip install sqlalchemy
from sqlalchemy import create_engine
from sqlalchemy.engine.base import Connection, Engine
Related terms[edit]
- Object-relational mapping
- Alembic migration tool
- Object–relational mapping (ORM)
- IntegrityError
- Celery backends
See also[edit]
- SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
- SQLAlchemy
- Object–relational mapping (ORM), Marshmallow, Sequelize ORM, SQLAlchemy, Prisma
Advertising: