UNPKG

nosqlax

Version:

NoSQLax is a lightweight JavaScript library designed to simplify and streamline CRUD operations with CouchDB. NoSQLax provides a unified and intuitive repository pattern to handle your data effortlessly.

3 lines (2 loc) 128 B
export { default as BaseEntity } from './core/BaseEntity'; export { default as CouchRepository } from './core/CouchRepository';