|
|
|
|
|
by oblib
3240 days ago
|
|
That's not too difficult to do with a server side script that accesses the database as an Admin user. I use perl cgi scripts to handle that. There are perl modules for interfacing with CouchDB but you can also create a simple "curl" call to do it. I have run into some issues with encoding/decoding JSON doing that with perl though, but I've not looked far into how they might be solved yet. |
|