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

outdated

A simple database utility for the entity library and PostgreSQL.

Access #

A simple database utility for the entity library.

Build Status

Use #

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

Who Uses #

  • Quire - a simple, collaborative, multi-level task management tool.
  • Keikai - a sophisticated spreadsheet for big data
1
likes
0
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

License

unknown (LICENSE)

Dependencies

entity, logging, postgresql2, rikulo_commons

More

Packages that depend on access