Difference between revisions of "SQLAlchemy"
Jump to navigation
Jump to search
(11 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 | ||
Line 6: | Line 12: | ||
* [[Object-relational mapping]] | * [[Object-relational mapping]] | ||
* [[Alembic]] migration tool | * [[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
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: