drift/moor
Simon Binder 828ac8c23f
Switch to codecov, also report on moor_generator
2019-03-23 11:32:31 +01:00
..
example Implement fromJson factory in data classes. 2019-03-15 17:56:39 +01:00
lib Always return the same stream for equal queries 2019-03-20 12:28:18 +01:00
test Always return the same stream for equal queries 2019-03-20 12:28:18 +01:00
tool Switch to codecov, also report on moor_generator 2019-03-23 11:32:31 +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.