Skip to content

Connections

v0.1.7 - 2025-01-01

Fixed

  • FK names in SQLite

v0.1.6 - 2025-03-18

Added

  • Add csv as an optional dependency.

v0.1.5 - 2025-03-17

Added

  • Support inline unique definition in SQLite

v0.1.4 - 2025-03-14

Changed

  • Remove exception logs from connections

v0.1.3 - 2025-03-13

Fixed

  • Adjustments for limit in CSV Connection

v0.1.2 - 2025-03-02

Added

  • CSV Connection

v0.1.1 - 2025-02-25

Fixed

  • Fixed ANY in postgresql

v0.1.0 - 2025-02-24

Changed

  • Builder helpers
  • Conditions

v0.0.21 - 2024-02-13

Fixes

  • Disable locking in SQLite connection.

v0.0.20 - 2025-02-06

Added

  • Postgres locking with SELECT FOR UPDATE.

v0.0.19 - 2024-12-18

Fixes

  • Postgres is_alive check.

v0.0.18 - 2024-12-05

Added

  • Postgres async connection.

v0.0.17 - 2024-11-14

Added

  • Async connections support.

v0.0.16 - 2024-10-18

Changed

  • Use 'JSONB' instead of 'JSON' in Postgres connections.

v0.0.15 - 2024-10-18

Fixed

  • Error messages (error-messages)
  • Postgres connection index retrieval (postgres-connection-index-retrieval)

v0.0.14 - 2024-10-15

Fixed

  • Fixed postgres field update to DOUBLE PRECISION and BIGINT (postgres-field-update)

v0.0.13 - 2024-10-14

Added

  • Nested types (nested-types)

v0.0.12 - 2024-09-16

Added

  • Added ability to use math expressions in annotations. (math-expressions)

v0.0.11 - 2024-08-06

Added

  • Documentation via docstrings (documentation)

Changed

  • PostgresConnection: autocommit=True by default (autocommit-true)

v0.0.10 - 2024-08-02

Fixed

  • Fixed dependencies (fixed-dependencies)

v0.0.9 - 2024-08-02

Added

  • Typing added (typing-added)