You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlsynthgen can only work with a single source schema and a single destination schema at a time. However, you can choose for the destination schema to have a different name to the source schema by setting the DST_SCHEMA environment variable.
7
+
SqlSynthGen can only work with a single source schema and a single destination schema at a time.
8
+
However, you can choose for the destination schema to have a different name to the source schema by setting the DST_SCHEMA environment variable.
9
+
10
+
Which DBMSs does SqlSynthGen support?
11
+
*************************************
12
+
13
+
* SqlSynthGen most fully supports **PostgresSQL**, which it uses for its end-to-end functional tests.
14
+
* SqlSynthGen also supports **MariaDB** with one exception: you cannot use source statistics (i.e. the ``make-stats`` command).
15
+
* SqlSynthGen *might*, work with **SQLite** but this is largely untested.
16
+
17
+
Please open a GitHub issue if you would like to see support for another DBMS.
0 commit comments