For SQLDelight, is it considered best-practice to ...
# squarelibraries
n
For SQLDelight, is it considered best-practice to to create a
.db
file each time you version the database or just stick to your initial
1.db
file? Migration verification works fine with just the one file.
j
You really just need one, for the lowest db version from which you care about ensuring migration still works
👍🏻 1
c
Some recent discussions here too: https://github.com/sqldelight/sqldelight/pull/5318
🙌🏻 1