drift/moor
Simon Binder f3a0f5f230
Allow transactions in DAOs
2019-03-27 18:20:16 +01:00
..
example Implement fromJson factory in data classes. 2019-03-15 17:56:39 +01:00
lib Allow transactions in DAOs 2019-03-27 18:20:16 +01:00
test Allow transactions in DAOs 2019-03-27 18:20:16 +01:00
tool Run dartfmt on tools 2019-03-23 11:52:14 +01:00
.gitignore Collect test coverage 2019-03-19 12:52:02 +01:00
CHANGELOG.md Implement insertOrReplace method for insert statements 2019-03-15 12:56:22 +01:00
LICENSE Rename project to "moor" 2019-03-09 16:37:37 +01:00
README.md Rename project to "moor" 2019-03-09 16:37:37 +01:00
analysis_options.yaml Rename project to "moor" 2019-03-09 16:37:37 +01:00
mono_pkg.yaml Workaround for analyzer acting up 2019-03-19 13:36:43 +01:00
pubspec.yaml Always return the same stream for equal queries 2019-03-20 12:28:18 +01:00

README.md

moor

This library defines the APIs for the moor persistence library. When using the library, you'll probably want to use the moor_flutter implementation directly.

Please see the homepage of moor for details.