queryx_persistence 0.1.0
queryx_persistence: ^0.1.0 copied to clipboard
Persistent cache adapters for queryx — Hive and sqlite3 implementations of CacheStorage, plus cache hydration on startup and write-through persistence helpers.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add queryx_persistenceWith Flutter:
$ flutter pub add queryx_persistenceThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
queryx_persistence: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:queryx_persistence/queryx_persistence.dart';