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
- Query.search limitation
Since `string` is deprecated I used `varchar`, and now I cant use `Query.contains` , so I setup fulltext index and started using `Query.search` the issue is `Qu...
- Searching by attribute "name" requires a...
I have a table "products" with a few columns I'm trying to search by, but I get this error: ```json { "message": "Searching by attribute \"name\" requires a...
- Issue with usage
I have a weird problem, my project on appwrite was using avarage 5-10k reads a day, it was okay, but suddenly last 7 days, reads are about 60k a day, the code h...