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
4
core/env/provider.go
vendored
4
core/env/provider.go
vendored
|
@ -28,8 +28,8 @@ const (
|
|||
// StoreTypePostgreSQL is PostgreSQL
|
||||
StoreTypePostgreSQL StoreType = "PostgreSQL"
|
||||
|
||||
// StoreTypeMSSQL is Microsoft SQL Server
|
||||
StoreTypeMSSQL StoreType = "MSSQL"
|
||||
// StoreTypeSQLServer is Microsoft SQL Server
|
||||
StoreTypeSQLServer StoreType = "SQLServer"
|
||||
)
|
||||
|
||||
// StoreProvider defines a database provider.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue