The next evolution of SQLite is here! Read Announcement

New SDKs for Python and SQLAlchemy

Levy AlbuquerqueLevy Albuquerque
Cover image for New SDKs for Python and SQLAlchemy

Two new Python SDKs are available, libsql and sqlalchemy-libsql!

Both packages provide the same interface as before, so upgrading should be straightforward:

#Install libsql

pip install libsql

#Install sqlalchemy-libsql

pip install sqlalchemy-libsql

As part of our Free Tier migration from Fly.io to AWS, database migrations will resume on June 18. Older websocket-based drivers will stop working after this date, be sure to upgrade before then.

We've also deprecated the libsql-client and libsql-experimental packages on GitHub.