knex_dart_postgres 0.1.1 copy "knex_dart_postgres: ^0.1.1" to clipboard
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_dart using the postgres package.
  • KnexPostgres.connect() factory for establishing a connection.
  • Full query execution: select, insert, update, delete.
  • Transaction support via trx().
  • Schema execution via executeSchema().
0
likes
150
points
190
downloads

Documentation

API reference

Publisher

verified publishermahawarkartikey.in

Weekly Downloads

PostgreSQL driver for knex_dart — connect and execute queries against a PostgreSQL database using the knex_dart query builder.

Repository (GitHub)
View/report issues
Contributing

Topics

#sql #query-builder #database #postgresql #knex

License

MIT (license)

Dependencies

knex_dart, logging, postgres

More

Packages that depend on knex_dart_postgres