feat:Added support for exporting SQL as OracleDB SQL (#192)

* feat:Added support for exporting SQL as OracleDB SQL

* Add parser

* Import from sql

* Add beta tag

* Export from generic

* Fix export

* Add import affinity

---------

Co-authored-by: 1ilit <1ilit@proton.me>
This commit is contained in:
Aditya
2025-04-02 04:41:08 +05:30
committed by GitHub
parent fcc16bbe85
commit 16ea2ee23c
16 changed files with 739 additions and 60 deletions

View File

@@ -34,6 +34,7 @@
"lexical": "^0.12.5",
"node-sql-parser": "^5.3.8",
"octokit": "^4.0.2",
"oracle-sql-parser": "^0.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.4.1",