You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,10 @@ General guidelines for contributing to node-sqlite3
4
4
5
5
## Install Help
6
6
7
-
If you've landed here due to a failed install of `node-sqlite3` then feel free to create a [new issue](https://github.com/tryghost/node-sqlite3/issues/new) to ask for help. The most likely problem is that we do not yet provide pre-built binaries for your particular platform and so the `node-sqlite3` install attempted a source compile but failed because you are missing the [dependencies for node-gyp](https://github.com/nodejs/node-gyp#installation). Provide as much detail on your problem as possible and we'll try to help. Include:
7
+
If you've landed here due to a failed install of `node-sqlite3` then feel free to create a [new issue](https://github.com/gms1/node-sqlite3/issues/new) to ask for help. The most likely problem is that we do not yet provide pre-built binaries for your particular platform and so the `node-sqlite3` install attempted a source compile but failed because you are missing the [dependencies for node-gyp](https://github.com/nodejs/node-gyp#installation). Provide as much detail on your problem as possible and we'll try to help. Include:
8
8
9
9
- Logs of failed install (preferably from running `npm install sqlite3 --loglevel=info`)
10
10
- Version of `node-sqlite3` you tried to install
11
11
- Node version you are running
12
12
- Operating system and architecture you are running, e.g. `Windows 7 64 bit`.
13
13
14
-
The release process is documented in the wiki: https://github.com/TryGhost/node-sqlite3/wiki/Release-process
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# :no_entry:[DEPRECATED]node-sqlite3
1
+
# :no_entry: node-sqlite3
2
2
3
-
**Note:** This repository is currently unmaintained. We will not update any of its issues or pull requests.
3
+
**Note:** This repository is forked from [TryGhost/node-sqlite3](https://github.com/TryGhost/node-sqlite3) which was marked as deprecated/unmaintained.
4
4
5
5
---
6
6
Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js](http://nodejs.org/).
-[Query serialization](https://github.com/tryghost/node-sqlite3/wiki/Control-Flow) API
20
-
-[Extension support](https://github.com/TryGhost/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
-[Query serialization](https://github.com/gms1/node-sqlite3/wiki/Control-Flow) API
20
+
-[Extension support](https://github.com/gms1/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
21
21
- Big test suite
22
22
- Written in modern C++ and tested for memory leaks
23
23
- Bundles SQLite v3.52.0, or you can build using a local SQLite
@@ -64,7 +64,7 @@ SQLite's [SQLCipher extension](https://github.com/sqlcipher/sqlcipher) is also
64
64
65
65
# API
66
66
67
-
See the [API documentation](https://github.com/TryGhost/node-sqlite3/wiki/API) in the wiki.
67
+
See the [API documentation](https://github.com/gms1/node-sqlite3/wiki/API) in the wiki.
68
68
69
69
# Usage
70
70
@@ -242,12 +242,12 @@ This module was originally created by [Mapbox](https://mapbox.com/) & is now mai
242
242
243
243
# Changelog
244
244
245
-
We use [GitHub releases](https://github.com/TryGhost/node-sqlite3/releases) for notes on the latest versions. See [CHANGELOG.md](https://github.com/TryGhost/node-sqlite3/blob/b05f4594cf8b0de64743561fcd2cfe6f4571754d/CHANGELOG.md) in git history for details on older versions.
245
+
We use [GitHub releases](https://github.com/gms1/node-sqlite3/releases) for notes on the latest versions. See [CHANGELOG.md](https://github.com/gms1/node-sqlite3/blob/b05f4594cf8b0de64743561fcd2cfe6f4571754d/CHANGELOG.md) in git history for details on older versions.
246
246
247
247
# Copyright & license
248
248
249
249
Copyright (c) 2013-2026 Mapbox & Ghost Foundation
250
250
251
-
`node-sqlite3` is [BSD licensed](https://github.com/tryghost/node-sqlite3/raw/master/LICENSE).
251
+
`node-sqlite3` is [BSD licensed](https://github.com/gms1/node-sqlite3/raw/main/LICENSE).
0 commit comments