Metadata-Version: 2.4
Name: flotilla-sql
Version: 0.1.0
Summary: SQL-backed durable storage implementations for Flotilla
License: Apache-2.0
Keywords: ai,agents,sql,postgresql,durable-execution
Author: geoff
Author-email: geoffschneider@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: SQLAlchemy (==2.0.48)
Requires-Dist: asyncpg (==0.31.0)
Requires-Dist: flotilla-core (>=0.1.0,<0.2.0)
Project-URL: Documentation, https://github.com/flotilla-dev/flotilla/tree/main/packages/flotilla_sql
Project-URL: Homepage, https://github.com/flotilla-dev/flotilla
Project-URL: Repository, https://github.com/flotilla-dev/flotilla
Description-Content-Type: text/markdown

# flotilla-sql

SQL-backed durable storage implementations for Flotilla.

This package provides SQLAlchemy/asyncpg-backed implementations of Flotilla persistence interfaces, including durable thread entry storage.

## Install

```bash
pip install flotilla-sql
```

## Requires

`flotilla-sql` depends on `flotilla-core`, SQLAlchemy, and asyncpg.

## Status

Flotilla is pre-1.0. APIs may evolve before a stable release.

## License

Apache-2.0

