in_memory_database 1.0.0-dev.0 copy "in_memory_database: ^1.0.0-dev.0" to clipboard
in_memory_database: ^1.0.0-dev.0 copied to clipboard

An in memory no sql database compatible with the database_interface

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add in_memory_database

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

dependencies:
  in_memory_database: ^1.0.0-dev.0

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:in_memory_database/in_memory_database.dart';
0
likes
5
pub points
0%
popularity

Publisher

unverified uploader

An in memory no sql database compatible with the database_interface

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

database_interface

More

Packages that depend on in_memory_database