removed experimental oracle status

This commit is contained in:
Jan Prochazka
2024-06-01 14:36:57 +02:00
parent a812ff510d
commit e572cd392c
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ DbGate is licensed under MIT license and is completely free.
* MySQL * MySQL
* PostgreSQL * PostgreSQL
* SQL Server * SQL Server
* Oracle (experimental) * Oracle
* MongoDB * MongoDB
* Redis * Redis
* SQLite * SQLite

View File

@@ -131,7 +131,7 @@ $$ LANGUAGE plpgsql;`,
const oracleDriver = { const oracleDriver = {
...oracleDriverBase, ...oracleDriverBase,
engine: 'oracle@dbgate-plugin-oracle', engine: 'oracle@dbgate-plugin-oracle',
title: 'OracleDB (Experimental)', title: 'OracleDB',
defaultPort: 1521, defaultPort: 1521,
dialect: { dialect: {
...dialect, ...dialect,