Skip to content

Commit

Permalink
readme: add notes about SQL Server and Oracle support
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cooper committed May 16, 2014
1 parent 214aeb9 commit ef29a36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,15 @@ implemented per database vendor. Dialects are provided for:
Each of these three databases pass the test suite. See `gorp_test.go` for example
DSNs for these three databases.

Support is also provided for:

* Oracle (contributed by @klaidliadon)
* SQL Server (contributed by @qrawl)

Note that these databases are not covered by CI and I (@coopernurse) have no good way to
test them locally. So please try them and send patches as needed, but expect a bit more
unpredicability.

## Known Issues ##

### SQL placeholder portability ###
Expand Down

0 comments on commit ef29a36

Please sign in to comment.