sqldelight icon indicating copy to clipboard operation
sqldelight copied to clipboard

admin viewer and auto migration support

Open prabinshrestha opened this issue 5 months ago • 0 comments

Description

Hi, Hello there, I am looking for best database with great tooling and support for kotlin multiplatform and i stumble into sqldelight. It looks great but i think it might not have something which i consider it would be best if it has something like this

  1. auto migration support (please don't take time like room from android to bring such support)
  2. auto migration with some plugin support (free) like flyway,liquibase,jpa buddy (which is not free). If sqldelight can pull this off it would be great and best for developer like us making our life easier. I have avoided spring boot because of one of this reason and started python which has inbuilt auto migration library to do this. So please my humble request to the team, bring this up as soon as possible on kotlin multiplatform.
  3. also there are many database viewer and library created by many developer such as realm,room etc, what they have is at the current state we can view database only of emulator or simulator. Isn't there any possible viewer that can be view the database of real device(yes of course when in debug mode) ? no sql database like object box has pull this off. They have best auto migration and admin viewer but they are not yet in kotlin multiplatform. For eg. we just need to define on gradle and it works out of the box and with the help of simple adb command we can view debug android apk database on OS browsers as well. Please team take this into consideration, my humble request.

prabinshrestha avatar Jan 17 '24 11:01 prabinshrestha