mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39: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
|
@ -61,8 +61,8 @@ func InitRuntime(r *env.Runtime, s *store.Store) bool {
|
|||
storage.SetMySQLProvider(r, s)
|
||||
case "postgresql":
|
||||
storage.SetPostgreSQLProvider(r, s)
|
||||
// case "mssql":
|
||||
// storage.SetSQLServerProvider(r, s)
|
||||
case "sqlserver":
|
||||
storage.SetSQLServerProvider(r, s)
|
||||
default:
|
||||
r.Log.Infof("Unsupported database type: %s", r.Flags.DBType)
|
||||
r.Log.Info("Documize supports the following database types: mysql | mariadb | percona | postgresql")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue