nosql_repository 1.0.0-rc.4 copy "nosql_repository: ^1.0.0-rc.4" to clipboard
nosql_repository: ^1.0.0-rc.4 copied to clipboard

discontinued
outdated

Repository pattern oriented towards NoSQL databases. This package defines the interfaces to be used by an application to access a database, namely for CRUD and searching.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nosql_repository

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

dependencies:
  nosql_repository: ^1.0.0-rc.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:nosql_repository/nosql_repository.dart';
2
likes
0
pub points
15%
popularity

Publisher

verified publishersquarealfa.com

Repository pattern oriented towards NoSQL databases. This package defines the interfaces to be used by an application to access a database, namely for CRUD and searching.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on nosql_repository