athena_postgres 1.2.3
athena_postgres: ^1.2.3 copied to clipboard
Dart PostgreSQL query builder, expressive and user-friendly API to build and manage SQL queries in your Dart projects.
1.2.3 #
- FIX: custom settings postgresql (#73).
1.2.2 #
- FIX: add setting to postgresql constructor.
1.2.1 #
- FIX: add settings to postgresql open (#70).
1.2.0 #
- FEAT: update deps (#61).
1.1.0 #
- FEAT: update deps (#61).
1.0.13 #
- Update a dependency to the latest release.
1.0.12 #
- Update a dependency to the latest release.
1.0.11 #
- Update a dependency to the latest release.
1.0.10 #
- Update a dependency to the latest release.
1.0.9 #
- Update a dependency to the latest release.
1.0.8 #
- FIX: insert many items (#44).
1.0.7 #
- FIX: insert returning (#43).
1.0.6 #
- Update a dependency to the latest release.
1.0.5 #
- FIX: bump to dart 3 (#39).
1.0.4 #
- Update a dependency to the latest release.
1.0.0 #
- Initial version.
1.0.2 #
- fix transaction types
- fix connection map variables
- fix column extension
1.0.3 #
- add
mapColumnOrTable
to driver