UNPKG

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

5 lines (4 loc) 144 B
export declare class DocumentNotFoundError extends Error { selector: Record<string, any>; constructor(selector: Record<string, any>); }