mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Microsoft SQL Server driver and prep
This commit is contained in:
parent
e6335dd58c
commit
deb579d8ad
63 changed files with 73767 additions and 13 deletions
|
@ -190,8 +190,8 @@ func (p MySQLProvider) Params() map[string]string {
|
|||
}
|
||||
}
|
||||
|
||||
// Example holds storage provider specific connection string format.
|
||||
// used in error messages
|
||||
// Example holds storage provider specific connection string format
|
||||
// used in error messages.
|
||||
func (p MySQLProvider) Example() string {
|
||||
return "database connection string format is 'username:password@tcp(host:3306)/database'"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue