node-sqlite
node-sqlite copied to clipboard
SQLite client wrapper around sqlite3 for Node.js applications with SQL-based migrations API written in Typescript
Given that the [for await syntax](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of) is a thing now, I think it would be very useful if the `.each()` method returned an async iterator instead of using a classical...
Ref [https://github.com/kriasoft/node-sqlite/pull/179](179) For this, I needed to - bump the version of the prettier-standard - add optional property `filename` to IMigrate.MigrationData Other changes happen because I am supposed to the...
Hi, the main point is to import the readMigrations function but for the minor changes, it was updated to remove the comments mechanism and wrote tests! Can you have a...
Here you go @theogravity. Closes #175
Closes #183
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
It would be good if `migrate()` would return a `Promise` so that I can understand if the DB has been somehow modified or it was up to date.