Releases: sqlitecloud/sqlitecloud-py
Releases · sqlitecloud/sqlitecloud-py
v0.0.83
Change log
https://github.com/sqlitecloud/sqlitecloud-py/releases/tag/v0.0.81
Full Changelog: v0.0.81...v0.0.83
v0.0.81
Features
- Compatibility with
sqlite3
module and DBAPI 2.0 spec (list here) - Introduced the Dialect for
SQLAlchemy
: sqlalchemy-sqlitecloud
pip install sqlalchemy-sqlitecloud`
What's Changed
- #8 compatibility dbapi2/sqlite3 by @danielebriggi in #27
- #22 fix compression rowset chunk by @danielebriggi in #23
- feat(compression): enabled by default by @danielebriggi in #25
- Server side prepare statement #26
- Fix readme typo by @blackary in #17
New Contributors
Full Changelog: v0.0.78...v0.0.81