Skip to content

v0.5.0

Compare
Choose a tag to compare
@cofin cofin released this 15 Jan 06:29
· 9 commits to main since this release

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