Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Access

A simple database utility for the entity library.

Build Status

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

About

A simple database utility

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.