Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
- [Extension support](https://github.com/AppThreat/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
- Big test suite
- Written in modern C++ and tested for memory leaks
- Bundles SQLite v3.50.2, or you can build using a local SQLite [amalgamation](https://www.sqlite.org/amalgamation.html)
- Bundles SQLite v3.50.3, or you can build using a local SQLite [amalgamation](https://www.sqlite.org/amalgamation.html)

# Installing

Expand Down
2 changes: 1 addition & 1 deletion deps/common-sqlite.gypi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'variables': {
'sqlite_version%':'3500200',
'sqlite_version%':'3500300',
"toolset%":'',
},
'target_defaults': {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@appthreat/sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings. Forked from TryGhost/node-sqlite3",
"version": "6.0.7",
"version": "6.0.8",
"homepage": "https://github.com/AppThreat/node-sqlite3",
"author": "Team AppThreat <cloud@appthreat.com>",
"binary": {
Expand Down
Loading