Introduction

Welcome to ic-rusqlite, a convenience wrapper around the crate rusqlite for integrating SQLite databases in Internet Computer (IC) canisters.

SQLite is a lightweight, embedded database engine. ic-rusqlite allows to use the SQLite server on your Rust-based IC projects.

This guide explains how to install, configure, and optimize ic-rusqlite, including practical examples, performance considerations, and best practices.