Require selecting a db on new diagrams

This commit is contained in:
1ilit
2024-06-09 18:10:51 +03:00
parent be6ecb066c
commit b13d576c5e
4 changed files with 56 additions and 18 deletions

View File

@@ -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",
};