golang-migrate / migrate

Database migrations. CLI and Golang library.
Other
15.02k stars 1.38k forks source link

Azure Cosmos DB Cassandra API #298

Open nekinie opened 4 years ago

nekinie commented 4 years ago

Is your feature request related to a problem? Please describe. I am unable to use migrate with an Azure Cosmos DB using the Cassandra API for three reasons:

Describe the solution you'd like I'm unsure if the Cassandra database integration should be changed, or if a dedicated Cosmos DB with Cassandra API database integration should be added

dhui commented 4 years ago

Related PR: https://github.com/golang-migrate/migrate/pull/285

nekinie commented 4 years ago

I think the problem with adding a Cosmos specific integration, is that you would end up with a bunch of them due to Cosmos supporting multiple interfaces. If people here are comfortable with a cosmos-cql integration, I would be happy to submit a PR.