Update README.md

Add links to package repositories.
This commit is contained in:
Pekka Enberg
2025-02-10 18:53:37 +02:00
committed by GitHub
parent b75629e5af
commit 0e2c9f9b53

View File

@@ -69,7 +69,7 @@ You can also build and run the latest development version with:
cargo run
```
### ✨ JavaScript (wip)
### ✨ [JavaScript](https://www.npmjs.com/package/limbo-wasm) (wip)
Installation:
@@ -88,7 +88,7 @@ const users = stmt.all();
console.log(users);
```
### 🐍 Python (wip)
### 🐍 [Python](https://pypi.org/project/pylimbo/) (wip)
```console
pip install pylimbo