A simple database utility for the entity library and PostgreSQL.
More...
A simple database utility for the entity library.
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
quire.io
Repository (GitHub)View/report issues
Documentation
unknown (license)
entity, logging, postgresql2, rikulo_commons
Packages that depend on access
Back