A schema building API, using Diesel as a backend and integrated query builder. Write SQL schema migrations in Rust!
Example
The API was recently completely changed to potentially easily allow different database backends to be used. The current iteration of the API can be seen below. Some of the functions might not fully work yet or need tweaking. In fact, a lot of the functions haven't been properly hooked up yet 😅
extern crate barrel;
use ;
use *;
If you have feedback regarding the API or things you would want barrel to do, please open an issue. And documentation PR's are always welcome 💚