Difference between revisions of "SQLAlchemy"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
[[pip install sqlalchemy]] | [[pip install sqlalchemy]] | ||
| + | |||
| + | [[from]] sqlalchemy import create_engine | ||
[[from]] sqlalchemy.engine.base import Connection, Engine | [[from]] sqlalchemy.engine.base import Connection, Engine | ||
Revision as of 07:06, 4 October 2022
wikipedia:SQLAlchemy (2006)
pip install sqlalchemy
from sqlalchemy import create_engine
from sqlalchemy.engine.base import Connection, Engine
Related terms
- Object-relational mapping
- Alembic migration tool
- Object–relational mapping (ORM)
See also
- 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 - SQLAlchemy,
pip install sqlalchemy - Object–relational mapping (ORM), Marshmallow, Sequelize ORM, SQLAlchemy, Prisma, Hibernate ORM
Advertising: