Skip to content

Commit

Permalink
Add official documentation to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmalte authored Oct 16, 2024
1 parent 36f835a commit 58a8298
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ npm run build-prod
## CI with Github Actions
Thanks to a Github Action, every push on master launches a job that deployes a build on the branch "gh-pages".
In this way you can have a working version of this repo on the following url:
https://ilmalte.github.io/github-actions-with-sqlite/
https://ilmalte.github.io/github-actions-with-sqlite/

## I recently discovered this official documentation with more resources about this topic
Here you can find the documentation for the SQLite project's WebAssembly- and JavaScript-related APIs, which enable the use of sqlite3 in modern WASM-capable browsers:
https://sqlite.org/wasm/doc/trunk/index.md

0 comments on commit 58a8298

Please sign in to comment.