nosql_repository 1.0.0-rc.2 copy "nosql_repository: ^1.0.0-rc.2" to clipboard
nosql_repository: ^1.0.0-rc.2 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.

NoSQL repository pattern

The purpose of this package is to define a structure of an interface to access a NoSQL database. The main abstraction it defines is the [Repository] class. The [Repository] class represents a set of operations that are used to access a collection in a database, which include the typical CRUD methods (Create, Read, Update and Delete).

The [Repository] is abstract. The goal is to create concrete implementations of it, but reference the abstract class throughout the code of the application, therefore abstracting away as much as possible the concrete database engine.

Usage #

See the example.

2
likes
0
pub points
16%
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