scottwrobinson / camo

A class-based ES6 ODM for Mongo-like databases.
556 stars 80 forks source link

add support for custom adapter registration #93

Open immanuel192 opened 7 years ago

immanuel192 commented 7 years ago

I would like to add functiontion to allow camo to register custom adapter. It means that I can develop my own adapter (such as CouchDB, PouchDB) without touching camo code.

jure commented 6 years ago

Interesting, this would match our use case exactly. Would love to see this fleshed out a bit more. @immanuel192, did you make any additional progress on this?