mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
New schema implementation
This commit is contained in:
parent
4f525bd634
commit
9c2594b1b4
4 changed files with 171 additions and 3 deletions
3
core/env/runtime.go
vendored
3
core/env/runtime.go
vendored
|
@ -67,6 +67,9 @@ type StoreProvider interface {
|
|||
// Name of provider
|
||||
Type() StoreType
|
||||
|
||||
// TypeVariant returns flavor of database provider.
|
||||
TypeVariant() string
|
||||
|
||||
// SQL driver name used to open DB connection.
|
||||
DriverName() string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue