Difference between revisions of "SQLAlchemy"
Jump to navigation
Jump to search
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[wikipedia:SQLAlchemy]] (2006) | [[wikipedia:SQLAlchemy]] (2006) | ||
* https://www.sqlalchemy.org/ | * https://www.sqlalchemy.org/ | ||
| + | * Installation: <code>[[pip install sqlalchemy]]</code> | ||
| − | [[ | + | [[from]] sqlalchemy import create_engine |
[[from]] sqlalchemy.engine.base import Connection, Engine | [[from]] sqlalchemy.engine.base import Connection, Engine | ||
| Line 11: | Line 12: | ||
* [[Alembic]] migration tool | * [[Alembic]] migration tool | ||
* [[Object–relational mapping (ORM)]] | * [[Object–relational mapping (ORM)]] | ||
| + | * [[IntegrityError]] | ||
| + | * [[Celery backends]] | ||
| + | * [[SQLObject]] | ||
== See also == | == See also == | ||
| + | * {{SQLAlchemy}} | ||
* {{SQL}} | * {{SQL}} | ||
| − | |||
* {{ORM}} | * {{ORM}} | ||
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: