Hey Nayeem, I’m using spring for rest functionalit...
# server
f
Hey Nayeem, I’m using spring for rest functionality and have just started using SQLDelight for the ORM seems really light weight, it won’t be as feature rich as something like Hibernate but then it’s definitely much simpler
👀 2
🧵 2
n
Thanks Fred! How do you consolidate using
sqldelight
with an external migration system like flyway?
f
Im not using Flyway so couldn’t tell, the backend DB for my app isn’t that large so I don’t feel I need a db migration tool. SQLDelight generates your model from the CREATE table sql https://kotlinlang.org/docs/kmm-configure-sqldelight-for-data-storage.html#create so if you have something that runs the sq files against your db then that could be an option, though I’m sure someone else on here will have some expertise of flyway sqldelight
1
n
Thanks for the input Fred, appreciate it