Skip to content

Commit faf4359

Browse files
authored
Merge pull request #17 from gms1/feature/use_sqlite_amalgamation_zip
change download from autoconf (as amalgamation) tarball to amalgamati…
2 parents 1e06bfd + 4b83d01 commit faf4359

File tree

16 files changed

+321299
-138
lines changed

16 files changed

+321299
-138
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
1717

1818
# Features
1919

20+
- Bundles SQLite v3.53.0, or you can build using a local SQLite (or SqlCipher,...)
2021
- Straightforward query and parameter binding interface
2122
- Full Buffer/Blob support
2223
- Extensive debugging support via [verbose mode](docs/API.md#verbose-mode)
@@ -27,7 +28,6 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
2728
- Is built using hardening flags
2829
- Promise-based API
2930
- supports ESM and CJS
30-
- Bundles SQLite v3.53.0, or you can build using a local SQLite
3131

3232
# Installing
3333

deps/extract.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)