mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
b6826f8509
8 lines
108 B
Go
8 lines
108 B
Go
package model
|
|||
|
|||
const (
|
|||
SqliteDBType = "sqlite3"
|
|||
PostgresDBType = "postgres"
|
|||
MysqlDBType = "mysql"
|
|||
)
|