Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 765 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 765 Bytes

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.