Files
mostlymatter/server/boards/model/database.go

10 строки
193 B
Go

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package model
const (
PostgresDBType = "postgres"
MysqlDBType = "mysql"
)