rusqlite_migration 2.6.0

Simple schema migration library for rusqlite using user_version instead of an SQL table to maintain the current schema version.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: rusqlite_migration/src/tests/display.rs
expression: "format!(\"{everything:#}\")"
snapshot_kind: text
---
M(
    up: "UP", 
    up hook, 
    down: "DOWN", 
    down hook, 
    foreign key check, 
    comment: "Comment, likely a filename in practice!"
)