I am currently working on the couchDB adapter as couchDB is noSQL database so i am using RESTful HTTP api for database documents am i in the right direction?
I don't know much about couchdb, but if the rest api is stable, that should be fine
ook
@Steven I am having some issues and doubts working on this is there anyone whom i can ask about my doubts and issues
You can ask here
i have written some raw code for couchdb following the documentation and the mongodb thing as it was told that we have to take example for nosql database from mongodb but i am confused that am i in the right direction or am i doing something wrong
It's best to put it in the PR
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...