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