From 75c5938be89a7c87f9ae20d8131d4cae6420b055 Mon Sep 17 00:00:00 2001 From: Moritz Fuller <32162112+letmejustputthishere@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:50:14 +0100 Subject: [PATCH] Update README.md (#184) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b11ba2..c772087 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ Candid is an interface description language (IDL) for interacting with canisters - [CanDB](https://github.com/ORIGYN-SA/CanDB) - Flexible, performant, and horizontally scalable non-relational multi-canister database built in Motoko. - [ic-oxigraph](https://github.com/omnia-network/ic-oxigraph) - An RDF database for the IC, that enables on-chain knowledge graphs. -- [rusqlite](https://github.com/wasm-forge/demo3) – SQLite database implementation in Rust using `wasi2ic` +- [rusqlite](https://github.com/wasm-forge/examples/tree/main/ic-rusqlite) – SQLite database implementation in Rust using `wasi2ic` - [ic-sqlite](https://github.com/froghub-io/ic-sqlite) - SQLite on the IC. - [ic-stable-memory](https://github.com/seniorjoinu/ic-stable-memory) - Stable memory collections for Rust. - [stable-structures](https://github.com/dfinity/stable-structures) - A collection of scalable and upgrade-safe data structures for Rust maintained by DFINITY.