Add MariaDB support

This commit is contained in:
Jan Oberhauser
2020-04-14 19:54:11 +02:00
parent 7ab616f6bc
commit 303062623b
4 changed files with 7 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ export interface ICredentialsDecryptedResponse extends ICredentialsDecryptedDb {
id: string;
}
export type DatabaseType = 'mongodb' | 'postgresdb' | 'mysqldb' | 'sqlite';
export type DatabaseType = 'mariadb' | 'mongodb' | 'postgresdb' | 'mysqldb' | 'sqlite';
export type SaveExecutionDataType = 'all' | 'none';
export interface IExecutionBase {