mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
initial firebird commit
This commit is contained in:
@ -415,7 +415,8 @@ const clients = [
|
||||
{ name: 'MySQL', slug: 'mysql' },
|
||||
{ name: 'MariaDB', slug: 'maria' },
|
||||
{ name: 'PostgreSQL', slug: 'pg' },
|
||||
{ name: 'SQLite', slug: 'sqlite' }
|
||||
{ name: 'SQLite', slug: 'sqlite' },
|
||||
{ name: 'FirebirdSQL', slug: 'firebird' }
|
||||
];
|
||||
|
||||
const connection = ref({
|
||||
|
Reference in New Issue
Block a user