QCouch, Relax!
InnoDB Indexes
are very similar to Couchdb Databases
without the REST/master-master replication
interface. A Couchdb View
is a Index of a Index
Install Prerequisits:
// Install
yarn
// Run server in a second terminal
// remove --in-memory for persistence
yarn start:db --in-memory -n
// Build Quasar and Push to Local running Database
// change quasar to http://someremote/database for pushing to remote
yarn build:push quasar
Navigate to http://127.0.0.1:5984/quasar/_design/app/index.html And see the database GUI http://127.0.0.1:5984/_utils