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
---
source: rusqlite_migration/src/tests/display.rs
expression: everything
snapshot_kind: text
---
M(up: "UP", up hook, down: "DOWN", down hook, foreign key check, comment: "Comment, likely a filename in practice!")