mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Require selecting a db on new diagrams
This commit is contained in:
@@ -103,3 +103,12 @@ export const SIDESHEET = {
|
||||
TODO: 1,
|
||||
TIMELINE: 2,
|
||||
};
|
||||
|
||||
export const DB = {
|
||||
MYSQL: "mysql",
|
||||
POSTGRES: "postgresql",
|
||||
MSSQL: "mssql",
|
||||
SQLITE: "sqlite",
|
||||
MARIADB: "mariadb",
|
||||
GENERIC: "generic",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user