1
1
![ ] ( assets/logo.svg )
2
2
3
3
[ ![ ] ( https://travis-ci.org/rust-db/barrel.svg?branch=master )] ( https://travis-ci.org/rust-db/barrel )
4
- [ ![ ] ( https://ci.appveyor.com/api/projects/status/7e00r2e1xatxk3bj?svg=true )] ( https://ci.appveyor.com/project/spacekookie/barrel )
5
- [ ![ ] ( https://coveralls.io/repos/github/rust-db/barrel/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/rust-db/barrel?branch=master )
6
4
[ ![ ] ( https://docs.rs/barrel/badge.svg )] ( https://docs.rs/barrel/ )
7
5
[ ![ ] ( https://img.shields.io/crates/v/barrel.svg )] ( https://crates.io/crates/barrel )
8
6
[ ![ ] ( https://img.shields.io/crates/d/barrel.svg )] ( https://crates.io/crates/barrel )
@@ -18,6 +16,7 @@ database-specific builders.
18
16
This way you can focus on your Rust code, without having to worry
19
17
about SQL.
20
18
19
+
21
20
## Example
22
21
23
22
The following example will help you get started
@@ -46,6 +45,7 @@ with `diesel`. A guide with some more information on how to get
46
45
started can be found
47
46
[ here] ( https://github.com/spacekookie/barrel/blob/master/guides/diesel-setup.md )
48
47
48
+
49
49
### Migration guide
50
50
51
51
If you've been using ` barrel ` to write migrations for ` diesel ` before
@@ -59,6 +59,7 @@ builder functions. The same type would now be `types::varchar(255)`
59
59
You can also directly created your own ` Type ` builders this way.
60
60
Check the docs for details!
61
61
62
+
62
63
## License
63
64
64
65
` barrel ` is free software: you can redistribute it and/or modify it
@@ -69,6 +70,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of
69
70
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MIT
70
71
Public License for more details.
71
72
73
+
72
74
## Conduct
73
75
74
76
In the interest of fostering an open and welcoming environment, the
0 commit comments