Raw SQL string to `DrizzleSQLiteSnapshotJSON`?
I'm trying to generate migrations programmatically for SQlite using
drizzle-kit/api
. This is the general approach I'm using:
The issue I'm facing is that previous
expects type DrizzleSQLiteSnapshotJSON
, but the plaform I'm on (val town) only allows me to get raw sql strings for previous
. Is there a way to parse raw sql into DrizzleSQLiteSnapshotJSON
?
Note (I asked this here as well but haven't gotten any response so reposting here)0 Replies