access 0.7.3 access: ^0.7.3 copied to clipboard
A simple database utility for the entity library and PostgreSQL.
Access #
A simple database utility for the entity library.
Use #
access((DBAccess access) async {
final rows = await access.query('select ...').toList();
...
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.