Releases: litestar-org/sqlspec
Releases · litestar-org/sqlspec
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
0.4.0alpha1
v0.3.0
v0.3.0
This release focuses on removing much of the test code that was non-functional.
This release has connection configurations for the following databases:
ADBC, AsyncPG, PsycoPG, OracleDB, AsyncMy, SQLLite, Aoisqlite, and duckdb
What's Changed
- Implements Github build pipeline
- feat(config): implement protocols and configurations by @cofin in #7
- feat: driver configurations by @cofin in #8
New Contributors
Full Changelog: https://github.com/litestar-org/sqlspec/commits/v0.3.0