Releases: litestar-org/sqlspec
Releases · litestar-org/sqlspec
v0.10.0
v0.9.1
v0.9.0
v0.8.0
v0.7.1
v0.7.0
v0.6.0
v0.5.0
SQLSpec Configurations, Pools, and Connections.
This is a lot of foundational work for the next phases of development.
Driver | Database | Mode | Status |
---|---|---|---|
adbc |
Postgres | Sync | ✅ |
adbc |
SQLite | Sync | ✅ |
adbc |
Snowflake | Sync | ✅ |
adbc |
DuckDB | Sync | ✅ |
asyncpg |
PostgreSQL | Async | ✅ |
psycopg |
PostgreSQL | Sync | ✅ |
psycopg |
PostgreSQL | Async | ✅ |
aiosqlite |
SQLite | Async | ✅ |
sqlite3 |
SQLite | Sync | ✅ |
oracledb |
Oracle | Async | ✅ |
oracledb |
Oracle | Sync | ✅ |
duckdb |
DuckDB | Sync | ✅ |
bigquery |
BigQuery | Sync | 🗓️ Planned |
spanner |
Spanner | Sync | 🗓️ Planned |
sqlserver |
SQL Server | Sync | 🗓️ Planned |
mysql |
MySQL | Sync | 🗓️ Planned |
What's Changed
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat(duckdb): add automatic extension configuration by @cofin in #9
- chore(version): 0ver by @Alc-Alc in #10
- chore(release): 0.4.0alpha1 by @Alc-Alc in #11
- feat(lifespan): remove lifespan from main configurations by @cofin in #12
- chore(release): bump version to
v0.4.0
by @cofin in #13
New Contributors
Full Changelog: v0.3.0...v0.4.0