stash_moor 1.0.4 copy "stash_moor: ^1.0.4" to clipboard
stash_moor: ^1.0.4 copied to clipboard

discontinuedreplaced by: stash_sqlite

Moor storage extension for the stash caching API. Provides support to store caches in a moor database in binary format using the msgpack json format

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stash_moor

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

dependencies:
  stash_moor: ^1.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:stash_moor/stash_moor.dart';
0
likes
40
pub points
0%
popularity

Publisher

verified publisherivoleitao.dev

Moor storage extension for the stash caching API. Provides support to store caches in a moor database in binary format using the msgpack json format

Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

moor, stash

More

Packages that depend on stash_moor