Commit Graph

14 Commits

Author SHA1 Message Date
1ilit
a4e473eb65 Escape quotes 2025-05-18 18:13:45 +04:00
1ilit
94226de561
Table and field drag and drop ordering (#444)
* Add dnd for tables and fields

* Fix inputs

* Decouple ids and indecies in the editor

* Decouple ids and indecies in utils

* Fix field indexes

* Use nanoid instead of numberic ids for fields and tables

* Fix review comments
2025-05-11 21:44:04 +04:00
Aditya
16ea2ee23c
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>
2025-04-02 03:11:08 +04:00
1ilit
eb48fa1d35
Fix syntax errors in types for pg export (#368)
* Fix syntax errors in types for pg export

* Fix syntax errors in types for generic pg export
2025-03-19 02:21:26 +04:00
1ilit
3cd0633c01 Fix multiple foreign keys not being exported from generic to sqlite 2024-08-24 23:53:10 +04:00
1ilit
ff57dbc16d Use COMMENT keyword when exporting comments 2024-08-23 18:27:59 +04:00
1ilit
c44c0c5e4b Fix extra comma added after enum definitions 2024-08-13 11:01:59 +03:00
1ilit
0b95ad2b81 Fix undefined precision 2024-08-05 12:49:12 +03:00
1ilit
726a93108c Clean up export as 2024-08-03 13:22:19 +03:00
tasnim
7dec05c064 Add export mermaid feature 2024-07-31 12:14:33 +03:00
1ilit
6fee6553f1 Remove unnecessary commas in export index statements 2024-07-08 04:22:44 +03:00
1ilit
322bb6e988 Merge branch 'main' into select-db
# Conflicts:
#	src/i18n/locales/en.js
#	src/utils/exportSQL/generic.js
2024-07-07 17:57:33 +03:00
1ilit
9e2684e7a9 Swap INTEGER for INT in generic diagrams to maintain backward compatibility 2024-06-25 02:07:57 +03:00
1ilit
73dff50f14 Export sqlite 2024-06-10 15:23:57 +03:00