rusqlite-snapshot-testing

Crates.iorusqlite-snapshot-testing
lib.rsrusqlite-snapshot-testing
version0.1.1
created_at2025-03-29 23:49:34.939079+00
updated_at2025-03-29 23:54:44.147408+00
descriptionSnapshot testing tool for rusqlite
homepagehttps://cj.rs/rusqlite-snapshot-testing/
repositoryhttps://github.com/cljoly/rusqlite-snapshot-testing
max_upload_size
id1611841
size34,965
Clément Joly (cljoly)

documentation

README

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.

Commit count: 6

cargo fmt