knex_dart_postgres 0.1.1
knex_dart_postgres: ^0.1.1 copied to clipboard
PostgreSQL driver for knex_dart — connect and execute queries against a PostgreSQL database using the knex_dart query builder.
0.1.1 #
- Updated dependency to
knex_dart: ^1.1.0. - Transaction execution path aligned with core
runInTransaction(...)hook.
0.1.0 #
- Initial release.
- PostgreSQL driver for
knex_dartusing thepostgrespackage. KnexPostgres.connect()factory for establishing a connection.- Full query execution: select, insert, update, delete.
- Transaction support via
trx(). - Schema execution via
executeSchema().