Releases: litestar-org/sqlspec
Releases · litestar-org/sqlspec
v0.10.0
What's Changed
- feat: implements a
SQLTranslatorMixin
mixin for SQL conversion. by @cofin in #27
- feat: ensure connection type is unique by @cofin in #29
- feat: adds a
bigquery
config and driver by @cofin in #28
Full Changelog: v0.9.1...v0.10.0
v0.9.0
What's Changed
- feat: implements a
select_arrow
bulk query method by @cofin in #22
- feat: implement
sqlglot
query parsing by @cofin in #23
- feat: implement
psqlpy
postgres driver by @cofin in #24
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- feat(litestar): implement initial
litestar
plugin by @cofin in #20
- feat: implements a driver query protocol by @cofin in #21
Full Changelog: v0.7.1...v0.8.0
v0.7.0
What's Changed
- refactor: remove
__future__
annotations and update type hints by @cofin in #17
- chore(ci): package improvements by @cofin in #18
Full Changelog: v0.6.0...v0.7.0