athena_postgres 1.0.10 athena_postgres: ^1.0.10 copied to clipboard
Dart PostgreSQL query builder, expressive and user-friendly API to build and manage SQL queries in your Dart projects.
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