Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ Candid is an interface description language (IDL) for interacting with canisters

## Storage and Databases

- [IcyDB](https://github.com/dragginzgame/icydb) - Scalable DB/ORM written in Rust, battle tested and constantly updated.
- [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/examples/tree/main/ic-rusqlite) – SQLite database implementation in Rust using `wasi2ic`
Expand Down