Skip to content

Commit e56212e

Browse files
committed
Add DBMS support question to FAQ
1 parent 32684e6 commit e56212e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/source/faq.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
FAQ
22
===
33

4-
Can sqlsynthgen work with two different schemas
5-
***********************************************
4+
Can SqlSynthGen work with two different schemas?
5+
************************************************
66

7-
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

Comments
 (0)