1
0
Fork 0
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:
Harvey Kandola 2019-03-26 08:51:02 -04:00
parent e6335dd58c
commit deb579d8ad
63 changed files with 73767 additions and 13 deletions

View file

@ -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'"
}