2 releases

Uses new Rust 2024

new 0.1.1 Mar 29, 2025
0.1.0 Mar 29, 2025

#17 in #snapshot-testing

MPL-2.0 license

12KB
91 lines

Rusqlite Snapshot Testing

docs.rs Crates.io

Tool to perform snapshot testing on an SQLite database, using rusqlite.

The goal is to expose both data and the schema in the snapshots. It is also compatible with Insta Snapshots

This is experimental software, expect breaking changes between 0.x versions, consistent with the semver rules for Rust.

Background reading on snapshot testing.

Dependencies

~24MB
~461K SLoC