knex_dart_sqlite 0.1.1 copy "knex_dart_sqlite: ^0.1.1" to clipboard
knex_dart_sqlite: ^0.1.1 copied to clipboard

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

0.1.1 #

  • Updated dependency to knex_dart: ^1.1.0.
  • Uses core runInTransaction(...) migration transaction path with SQLite-safe behavior.

0.1.0 #

  • Initial release.
  • SQLite driver for knex_dart using the sqlite3 package.
  • KnexSQLite.connect() factory supporting file-based and in-memory databases.
  • Full query execution: select, insert, update, delete.
  • Transaction support via trx().
  • Schema execution via executeSchema().
0
likes
140
points
193
downloads

Documentation

API reference

Publisher

verified publishermahawarkartikey.in

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Topics

#sql #query-builder #database #sqlite #knex

License

MIT (license)

Dependencies

knex_dart, logging, sqlite3

More

Packages that depend on knex_dart_sqlite