Join Slack
Powered by
Does kotlin have good orm/migration for db operati...
# getting-started
t
to-elixir
04/13/2023, 1:25 AM
Does kotlin have good orm/migration for db operation like active record for ruby on rails or ecto for phoenix?
b
Bence Erős
04/13/2023, 5:26 AM
You can try Hibernate, if you are on JVM
n
nkiesel
04/13/2023, 5:37 AM
komapper
a
Alexander Girke
04/13/2023, 7:02 AM
Regarding migrations, you could try
https://www.liquibase.org/
or
https://flywaydb.org/
- run on JVM, but are not Kotlin-only.
b
Brenna Switzer
04/23/2023, 9:31 PM
Jetbrains publishes an ORM called
Exposed
that covers a lot of the basic functionality. the DSL is pretty great if the functionality is a little thin sometimes.
36
Views
Open in Slack
Previous
Next