sqlite-async
sqlite-async copied to clipboard
ES6 Promise-based interface to the sqlite3 module.
[1.1.4] and above is braking change from 1.1.3 It would be awesome if you then change to major version 1.2.+
Examples
Would it be possible for you to provide some usage examples with slightly more details than the one in README? Thanks.
Hello, Thank you for this very useful package. Would it be possible to add Typescript typings to it so that we can get type hints and such?
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.2 to 5.1.5. Release notes Sourced from sqlite3's releases. v5.1.5 What's Changed 🔒 Fixed code execution vulnerability due to Object coercion by @daniellockyer Updated bundled SQLite to...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Here is [an initial Typescript version](https://github.com/fhellwig/sqlite-async/issues/13) of this where the tests pass and it has minimal types. It's ready for initial review, but I want to try it in my...