access 2.6.1+1 copy "access: ^2.6.1+1" to clipboard
access: ^2.6.1+1 copied to clipboard

A simple database utility for the entity library and PostgreSQL.

Access #

A simple database utility for the entity library.

Use #

await access((access) async {
  await for (final row in access.query('select ...')) {
    ...
  }
  ...
  await access.execute('update...');
});
//transactions ends here; roll back if an uncaught exception is thrown

Who Uses #

  • Quire - a simple, collaborative, multi-level task management tool.
  • Keikai - a sophisticated spreadsheet for big data
1
likes
110
pub points
56%
popularity

Publisher

verified publisherquire.io

A simple database utility for the entity library and PostgreSQL.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

entity, logging, postgresql2, rikulo_commons

More

Packages that depend on access