node-sqlite icon indicating copy to clipboard operation
node-sqlite copied to clipboard

I need to know if migrate() has changed the db.

Open mperrando opened this issue 7 months ago • 0 comments

It would be good if migrate() would return a Promise<boolean> so that I can understand if the DB has been somehow modified or it was up to date.

mperrando avatar Mar 19 '25 08:03 mperrando