oracle fix + package optimalization

This commit is contained in:
Jan Prochazka
2024-08-21 09:54:10 +02:00
parent 1cbeeac7cd
commit 2b9fa9a70f
17 changed files with 17 additions and 23 deletions

View File

@@ -84,6 +84,7 @@ const dialect = {
/** @type {import('dbgate-types').EngineDriver} */
const oracleDriver = {
...driverBase,
engine: 'oracle@dbgate-plugin-oracle',
title: 'OracleDB',
defaultPort: 1521,