Skip to content

↕️ Simple database schema migration library for rusqlite, written with performance in mind.

License

Notifications You must be signed in to change notification settings

MightyPork/rusqlite_migrate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusqlite Migrate

docs.rs Crates.io

Simple schema migration tool for rusqlite using user_version instead of an SQL table to maintain the current schema version.

Benefit

Simplicity

There is a set of SQL statements and you just append to it to change the schema.

Speed

No need to add a table to be parsed, the user_version field is at a fixed offset in the sqlite file format.

Example

Please see examples/quick_start.rs.

About

↕️ Simple database schema migration library for rusqlite, written with performance in mind.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%