mbr / simplekv

A simple key-value store for binary data.
http://simplekv.readthedocs.io
MIT License
152 stars 50 forks source link

Add new Databases (CouchDB) #92

Closed SvenAkk closed 3 years ago

SvenAkk commented 5 years ago

Hi, is it possible for users to add new databases? I really like the project but would like to be able to extend it with other databases, such as CouchDB or Rakis, on the fly. Is this possible, and if so, how?

xhochy commented 5 years ago

@SvenAkk Have a look at the implementation for MongoDB https://github.com/mbr/simplekv/blob/master/simplekv/db/mongo.py This should be a good guidance on what you need to support CouchDB.

fmarczin commented 5 years ago

@SvenAkk : Are you still working on this?

SvenAkk commented 5 years ago

Not at the moment no.