Support for creating index & migration operations
osoykan opened this issue · 2 comments
osoykan commented
Support for creating index & migration operations
osoykan commented
maybe we can expose couchbase public api to user for advanced operations, with this way we don't bother with abstractions.
.couchbase(){ connection->
connection.bucket("test").createIndex("CREATE INDEX blabla").await()
}