This repository was archived by the owner on Jun 6, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44# xorm tools
55
6- xorm tools is a set of tools for database operation.
6+ xorm tools is a set of tools for database operation.
77
88## Source Install
99
@@ -19,7 +19,7 @@ and you should install the depends below:
1919
2020* Postgres: [ github.com/lib/pq] ( https://github.com/lib/pq )
2121
22- * SQLite: [ github.com/mattn/go-sqlite3] ( https://github.com/mattn/go-sqlite3 )
22+ * SQLite: [ github.com/mattn/go-sqlite3] ( https://github.com/mattn/go-sqlite3 )
2323
2424* MSSQL: [ github.com/denisenkom/go-mssqldb] ( https://github.com/denisenkom/go-mssqldb )
2525
@@ -37,15 +37,15 @@ All the commands below.
3737
3838## Reverse
3939
40- Reverse command is a tool to convert your database struct to all kinds languages of structs or classes. After you installed the tool, you can type
40+ Reverse command is a tool to convert your database struct to all kinds languages of structs or classes. After you installed the tool, you can type
4141
4242` xorm help reverse `
4343
4444to get help
4545
4646example:
4747
48- ` cd $GOPATH/src/ github.com/go-xorm/cmd/xorm `
48+ ` cd $GOPATH/github.com/go-xorm/cmd/xorm `
4949
5050sqlite:
5151` xorm reverse sqite3 test.db templates/goxorm `
You can’t perform that action at this time.
0 commit comments