* fix: handle quoted identifiers with special characters in SQL import/export and DBML generation
* add tests and fix build
* fix
---------
Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com>
* feat: add PostgreSQL tests and fix parsing SQL
* fix: disable format on paste for SQL DDL import
* some ui fixes + add tests to the ci
* fix
* fix validator and importer
* fix for maria-db
* fix
* remove improved
* fix
* fix
* fix
* fix for test
---------
Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com>
* fix(import-ddl): when importing postgres with inline fks
* fix(import-ddl): for postgres and mysql
* remove logs
* fix build
---------
Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com>
* Add regex-based foreign key detection for PostgreSQL to handle complex formatting
* fix(import-ddl): for postgres know to deal with SERIAL type
* fix(export-sql): for postgres know to deal with SERIAL type
* fix(import-ddl): when importing default values