1
0
Fork 0
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:
Harvey Kandola 2018-09-17 18:00:00 +01:00
parent 4f525bd634
commit 9c2594b1b4
4 changed files with 171 additions and 3 deletions

3
core/env/runtime.go vendored
View file

@ -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