mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-08 15:06:08 +02:00
68bcd9e62c
8 lines
108 B
Go
8 lines
108 B
Go
package model
|
|||
|
|||
const (
|
|||
SqliteDBType = "sqlite3"
|
|||
PostgresDBType = "postgres"
|
|||
MysqlDBType = "mysql"
|
|||
)
|