Method: Aqua::Store::CouchDB::Database#info
- Defined in:
- lib/aqua/store/couch_db/database.rb
#info ⇒ Object
GET the database info from CouchDB
124 125 126 |
# File 'lib/aqua/store/couch_db/database.rb', line 124 def info CouchDB.get( uri ) end |