File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,13 @@ SQLite-JS is a powerful extension that brings JavaScript capabilities to SQLite.
1919
2020### Pre-built Binaries
2121
22- Download the appropriate pre-built binary for your platform:
22+ Download the appropriate pre-built binary for your platform from the official [ Release ] ( https://github.com/sqliteai/sqlite-js/releases ) page :
2323
24- - Linux: ` js.so `
25- - macOS: ` js.dylib `
26- - Windows: ` js.dll `
24+ - Linux: x86 and ARM
25+ - macOS: x86 and ARM
26+ - Windows: x86
27+ - Android
28+ - iOS
2729
2830### Loading the Extension
2931
@@ -337,4 +339,4 @@ make install
337339
338340## License
339341
340- This project is licensed under the MIT License - see the LICENSE file for details.
342+ This project is licensed under the MIT License - see the LICENSE file for details.
You can’t perform that action at this time.
0 commit comments