File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 1- # Fork of node-sqlite3 with many pre-built supports
1+ # node-sqlite3 with CentOS 7 support
22
33Mainly 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
1214PS: No electron supports
@@ -20,9 +22,15 @@ npm remove sqlite3
2022
2123Replace 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
2836npm run build-binaries
@@ -37,10 +45,10 @@ glibc
3745musl (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 `
You can’t perform that action at this time.
0 commit comments