access 3.1.0 copy "access: ^3.1.0" to clipboard
access: ^3.1.0 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
  • Ottava - a no-code SaaS platform simplifying data management, chart creation, and data analysis.
1
likes
110
pub points
55%
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