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