migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Question: Is there a document where I can see all the supported DB engines?

Open ghevge opened this issue 3 years ago • 1 comments
trafficstars

Hi, Is there a document where I can see all the supported DB engines? Also do you know if mybatis migration is working with NoSQL ScyllaDB ?

Thanks

ghevge avatar Jul 27 '22 19:07 ghevge

Hello @ghevge ,

MyBatis Migrations interact with JDBC API, so it may work if there is a (decent) JDBC driver for your DB. There does not seem to be one for ScyllaDB, though.

harawata avatar Jul 27 '22 20:07 harawata