nosqlax
Version:
NoSQLax is a modern, lightweight JavaScript Object Document Mapper(ODM) library that makes working with CouchDB a breeze. Inspired by CouchDB’s “Relax” philosophy and the chill vibes of Snorlax, NoSQLax takes the hassle out of managing your data, offering
7 lines (6 loc) • 433 B
TypeScript
export { default as ActiveRecordEntity } from './core/ActiveRecordEntity';
export { default as DataMapperEntity } from './core/DataMapperEntity';
export { default as CouchRepository } from './core/CouchRepository';
export { default as DataSource } from './core/DataSource';
export { default as createRepository } from './core/CreateRepository';
export { createDataMapperEntity, createActiveRecordEntity } from './core/CreateEntity';