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
* PostgreSQL
* SQL Server
* Oracle (experimental)
* Oracle
* MongoDB
* Redis
* SQLite

View File

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