Skip to content

Commit 39a31c2

Browse files
authored
Update README.md
1 parent f3d572f commit 39a31c2

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Fork of node-sqlite3 with many pre-built supports
1+
# node-sqlite3 with CentOS 7 support
22

33
Mainly used for my another project - [Uptime Kuma](https://github.com/louislam/uptime-kuma)
44

5-
## (2022-10-15) Update
5+
## What is the different between TryGhost/node-sqlite3?
66

7-
The official build supports arm pre-built now, but it is not supported CentOS 7, so I keep using my own build.
7+
The official one is dropped the support for CentOS 7, but my fork supports CentOS 7.
88

9-
- Support CentOS 7 (As of 5.1.2, official one do not support it)
9+
If you want to build a Node.js application which can be installed on many Linux distributions like Uptime Kuma, this library should be useful.
10+
11+
If your application will be just designed for new Linux distributions, you probably do not need it, just use the official one.
1012

1113

1214
PS: No electron supports
@@ -20,9 +22,15 @@ npm remove sqlite3
2022

2123
Replace require("@louislam/sqlite") in your source code
2224

23-
## Prepare Prebuilt
25+
## Documentation
26+
27+
https://github.com/TryGhost/node-sqlite3
28+
29+
## (For Maintainers/Developers Only)
30+
31+
###Prepare Prebuilt
2432

25-
### glibc & musl
33+
#### glibc & musl
2634

2735
```bash
2836
npm run build-binaries
@@ -37,10 +45,10 @@ glibc
3745
musl (alpine)
3846
- armv7/arm64/amd64 - npm run build-linux-alpine
3947

40-
### Windows / MacOS
48+
#### Windows / MacOS
4149
- Get from Github Action
4250

43-
### Mac ARM64 (M1/M2)
51+
#### Mac ARM64 (M1/M2)
4452
- Get from TryGhost/node-sqlite3
4553
- Rename to `napi-v6-darwin-arm64-unknown.tar.gz`
4654
- Use 7zip to rename the folder inside to `napi-v6-darwin-arm64`

0 commit comments

Comments
 (0)