Skip to content

Releases: litestar-org/sqlspec

v0.5.0

15 Jan 06:29
Compare
Choose a tag to compare

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

  • feat: database connections and configurations by @cofin in #14

Full Changelog: v0.4.0...v0.5.0

v0.4.0

18 Dec 15:17
fb5cfdb
Compare
Choose a tag to compare

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

17 Dec 16:02
71d232c
Compare
Choose a tag to compare
0.4.0alpha1 Pre-release
Pre-release

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

New Contributors

Full Changelog: v0.3.0...0.4.0alpha1

v0.3.0

17 Dec 02:03
Compare
Choose a tag to compare

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

  • @cofin made their first contribution in #7

Full Changelog: https://github.com/litestar-org/sqlspec/commits/v0.3.0