i am interested in using sqldelight for postgres on jvm
1. is there a list of features not supported yet?
2. i see sqldelight generates the migrations but does it also run them?
h
hfhbd
04/09/2024, 9:20 PM
There is no such list. If you miss something, add a PR and we will merge it!
You need to run the migrations manually, including storing the current version, but this is easily server side because you control when doing the migration (unlike decentral app updates with the possibility of missing some updates).
w
William Reed
04/09/2024, 9:29 PM
Thank you. is there documentation for this? i didn’t see any under the psql page on the doc site