rusqlite-snapshot-testing 0.1.0

Snapshot testing tool for rusqlite
Documentation
1
2
3
4
5
6
7
8
---
source: src/lib.rs
expression: "read_all_rows(&conn, \"friend\")"
snapshot_kind: text
---
 SELECT * FROM friend 
------+---------------
 name | year_of_birth