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

Skip to content

Commit fed6744

Browse files
committed
Update Readme
1 parent e245a46 commit fed6744

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@
33
[![Build Status](https://travis-ci.org/mattes/migrate.svg?branch=master)](https://travis-ci.org/mattes/migrate)
44
[![GoDoc](https://godoc.org/github.com/mattes/migrate?status.svg)](https://godoc.org/github.com/mattes/migrate)
55

6-
migrate is a migration helper written in Go. Use it in your existing Golang code
7-
or run migration commands via the CLI.
6+
A migration helper written in Go. Use it in your existing Golang code
7+
or run commands via the CLI.
88

99
```
10-
Go Code import github.com/mattes/migrate/migrate
10+
GoCode import github.com/mattes/migrate/migrate
1111
CLI go get github.com/mattes/migrate
1212
```
1313

14+
_Features_
15+
16+
* Super easy to implement Driver interface.
17+
* Gracefully quit running migrations on ``^C``.
18+
* No magic search paths routines, no hard-coded config files.
19+
* CLI is build on top of the ``migrate package``.
20+
1421

1522
## Available Drivers
1623

0 commit comments

Comments
 (0)