nosql_repository 6.0.0 copy "nosql_repository: ^6.0.0" to clipboard
nosql_repository: ^6.0.0 copied to clipboard

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

With Flutter:

 $ flutter 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: ^6.0.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:nosql_repository/nosql_repository.dart';
2
likes
140
points
57
downloads

Documentation

API reference

Publisher

verified publishersquarealfa.com

Weekly Downloads

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.

Homepage
Repository (GitLab)

License

MPL-2.0 (license)

Dependencies

squarealfa_security

More

Packages that depend on nosql_repository