I’ve been looking for a Kotlin database ORM, and Jetbrain’s own Exposed looks promising. However, it doesn’t currently support MariaDB. Given that MariaDB is supposed to be a drop-in replacement for MySQL, should I be able to us MariaDB instead?
In my own experiments with the Exposed sample code, the Exposed DSL works with MariaDB, but the DAO approach does not. I’ve outlined the problem I face in ticket 132.
With thanks,
Liam