<@U0H8MJ868> I’m using sqlite for a server project...
# squarelibraries
s
@alec I’m using sqlite for a server project with postgres. I’m trying to weigh whether I should use flyway or sqldelight built in migrations. Something I’m not sure of - The documentation for migrations says:
The 
.sq
 file always describes how to create the latest schema in an empty database.
Is this something that sqldelight will verify for me, or is it up to me?