You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-07-06 23:36:34 +02:00
8 lines
108 B
Go
8 lines
108 B
Go
![]() |
package model
|
||
|
|
||
|
const (
|
||
|
SqliteDBType = "sqlite3"
|
||
|
PostgresDBType = "postgres"
|
||
|
MysqlDBType = "mysql"
|
||
|
)
|