Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7fa9eb

Browse files
Added README.md for Crate driver
1 parent 907d8cd commit a7fa9eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

driver/crate/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Crate driver
2+
3+
This is a driver for the [Crate](https://crate.io) database. It is based on the Crate
4+
sql driver by [herenow](https://github.com/herenow/go-crate).
5+
6+
This driver does not use transactions! This is not a limitation of the driver, but a
7+
limitation of Crate. So handle situations with failed migrations with care!
8+
9+
## Usage
10+
11+
```bash
12+
migrate -url http://host:port -path ./db/migrations create add_field_to_table
13+
migrate -url http://host:port -path ./db/migrations up
14+
migrate help # for more info
15+
```

0 commit comments

Comments
 (0)