queryx_persistence 0.1.0 copy "queryx_persistence: ^0.1.0" to clipboard
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_persistence

With Flutter:

 $ flutter pub add queryx_persistence

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  queryx_persistence: ^0.1.0

Alternatively, 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';
0
likes
140
points
81
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Persistent cache adapters for queryx — Hive and sqlite3 implementations of CacheStorage, plus cache hydration on startup and write-through persistence helpers.

Homepage
Repository (GitHub)
View/report issues

Topics

#persistence #hive #sqlite #caching #storage

License

MIT (license)

Dependencies

hive, queryx, sqlite3

More

Packages that depend on queryx_persistence