drift/extras/encryption
Simon Binder 42f66679f1
Publish a simple encrypted version for moor
2019-07-24 19:23:25 +02:00
..
lib Publish a simple encrypted version for moor 2019-07-24 19:23:25 +02:00
.gitignore Publish a simple encrypted version for moor 2019-07-24 19:23:25 +02:00
README.md Publish a simple encrypted version for moor 2019-07-24 19:23:25 +02:00
pubspec.yaml Publish a simple encrypted version for moor 2019-07-24 19:23:25 +02:00

README.md

Moor version that uses the sqflite_sqlcipher instead of sqflite.

Using this

For general notes on using moor, see this guide.

Instead of using moor_flutter, use this:

dependencies:
  moor: "$latest version"
  encrypted_moor:
   git:
    url: https://github.com/simolus3/moor.git
    path: extras/encryption 

Then, instead using a FlutterQueryExecutor, import 'package:encrypted_moor/encrypted_moor.dart' and use the EncryptedExecutor.