#sqlalchemy

[ follow ]
Doug Hellmann
4 weeks ago
Python

sphinxcontrib-sqltable 2.1.0 - SQLAlchemy 2.0 support

Sphinxcontrib-sqltable 2.1.0 update includes support for SQLAlchemy 2.0 and packaging changes to pyproject.toml. [ more ]
Realpython
2 months ago
Python

SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files - Real Python

Python, SQLite, and SQLAlchemy provide database functionality for storing data in a single file without a database server.
Flat files in formats like CSV, JSON, XML can also be used for storing data in a structured way. [ more ]
Alexey Evseev
5 months ago
Python

SQLALchemy vs Django ORM

When switching from Django ORM to SQLAlchemy, unexpected behavior may arise due to differences in patterns and behavior.
Django follows the Active Record pattern, while SQLAlchemy follows the Unit of Work/Data Mapper pattern. [ more ]
[ Load more ]