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
`sqlite-regex` is also available for download through [`npm`](https://www.npmjs.com/) for Node.js developers. See the [`sqlite-regex` NPM package README](./sqlite-regex/README.md) for details.
4
+
5
+
The other NPM packages in this folder (`sqlite-regex-darwin-x64`, `sqlite-regex-windows-x64` etc.) are autogenerated platform-specific packages. See [Supported Platforms](./sqlite-regex/README.md#supported-platforms) for details.
<!--- Generated with the npm_generate_platform_packages.sh script, don't edit by hand -->
2
+
3
+
# ${PACKAGE_NAME}
4
+
5
+
A `${PACKAGE_NAME_BASE}` platform-specific package for `${PLATFORM_OS}-${PLATFORM_ARCH}`.
6
+
7
+
When `${PACKAGE_NAME_BASE}` is installed and the host computer has a `${PLATFORM_OS}` operating system with `${PLATFORM_ARCH}` architecture, then this package is downloaded with the pre-compiled SQLite extension bundled under `lib/${EXTENSION_NAME}.${EXTENSION_SUFFIX}`. At runtime, the `${PACKAGE_NAME_BASE}` package will resolve to this platform-specific package for use with [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3)' or [`node-sqlite3`](https://github.com/TryGhost/node-sqlite3).
8
+
9
+
See the `${PACKAGE_NAME_BASE}` package for more details.
<!--- Generated with the npm_generate_platform_packages.sh script, don't edit by hand -->
2
+
3
+
# sqlite-regex-darwin-arm64
4
+
5
+
A `sqlite-regex` platform-specific package for `darwin-arm64`.
6
+
7
+
When `sqlite-regex` is installed and the host computer has a `darwin` operating system with `arm64` architecture, then this package is downloaded with the pre-compiled SQLite extension bundled under `lib/regex0.dylib`. At runtime, the `sqlite-regex` package will resolve to this platform-specific package for use with [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3)' or [`node-sqlite3`](https://github.com/TryGhost/node-sqlite3).
<!--- Generated with the npm_generate_platform_packages.sh script, don't edit by hand -->
2
+
3
+
# sqlite-regex-darwin-x64
4
+
5
+
A `sqlite-regex` platform-specific package for `darwin-x64`.
6
+
7
+
When `sqlite-regex` is installed and the host computer has a `darwin` operating system with `x64` architecture, then this package is downloaded with the pre-compiled SQLite extension bundled under `lib/regex0.dylib`. At runtime, the `sqlite-regex` package will resolve to this platform-specific package for use with [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3)' or [`node-sqlite3`](https://github.com/TryGhost/node-sqlite3).
0 commit comments