Trendyol/stove

Support for creating index & migration operations

osoykan opened this issue · 2 comments

Support for creating index & migration operations

@AksalBilal @oguzhaneren:

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()
}

It is implemented in #54. Now It can be achieved by using migrations.