drift/moor
Simon Binder 81fe2e7feb
Implement custom column constraints
2019-03-14 19:11:26 +01:00
..
example Memoized getters for generated classes 2019-03-10 20:04:32 +01:00
lib Implement custom column constraints 2019-03-14 19:11:26 +01:00
test Fix tests 2019-03-11 20:30:05 +01:00
.gitignore Rename project to "moor" 2019-03-09 16:37:37 +01:00
CHANGELOG.md Implement a BlobColumn to hold arbitrary data 2019-03-10 19:45:32 +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 Rename project to "moor" 2019-03-09 16:37:37 +01:00
pubspec.yaml Release version 1.1 2019-03-10 15:21:42 +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.