kanban / server /model /database.go
Leon4gr45's picture
Upload folder using huggingface_hub
13555f3 verified
package model
const (
SqliteDBType = "sqlite3"
PostgresDBType = "postgres"
MysqlDBType = "mysql"
)