Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 2f87950

Browse files
authored
Merge pull request #38 from Yang09701194/master
add mssql example in Reverse section
2 parents 8bca8e8 + f72b8d0 commit 2f87950

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ mymysql:
5959
postgres:
6060
`xorm reverse postgres "dbname=xorm_test sslmode=disable" templates/goxorm`
6161

62+
mssql:
63+
`xorm reverse mssql "server=test;user id=testid;password=testpwd;database=testdb" templates/goxorm`
64+
6265
will generated go files in `./model` directory
6366

6467
### Template and Config

0 commit comments

Comments
 (0)