Difference between revisions of "SQLAlchemy"
Jump to navigation
Jump to search
| (15 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
[[wikipedia:SQLAlchemy]] (2006) | [[wikipedia:SQLAlchemy]] (2006) | ||
| + | * https://www.sqlalchemy.org/ | ||
| + | * Installation: <code>[[pip install sqlalchemy]]</code> | ||
| + | [[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]] | ||
| + | * [[SQLObject]] | ||
== See also == | == See also == | ||
| + | * {{SQLAlchemy}} | ||
* {{SQL}} | * {{SQL}} | ||
| + | * {{ORM}} | ||
| + | |||
| + | [[Category:SQL]] | ||
| + | [[Category:ORM]] | ||
| + | [[Category:Python]] | ||
Latest revision as of 15:20, 10 March 2025
wikipedia:SQLAlchemy (2006)
- https://www.sqlalchemy.org/
- Installation:
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
- SQLObject
See also[edit]
- SQLAlchemy,
pip install sqlalchemy - SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert,select count, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables,EXPLAIN, Index (PostgreSQL), DML, DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS, Unique constraint,.sql, OpenSearch SQL, Transact-SQL - Object–relational mapping (ORM), Marshmallow, Sequelize ORM, SQLAlchemy, Prisma, Hibernate ORM
Advertising: