Skip to content

Commit

Permalink
Add DBMS support question to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Jul 6, 2023
1 parent 32684e6 commit e56212e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
FAQ
===

Can sqlsynthgen work with two different schemas
***********************************************
Can SqlSynthGen work with two different schemas?
************************************************

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

Which DBMSs does SqlSynthGen support?
*************************************

* SqlSynthGen most fully supports **PostgresSQL**, which it uses for its end-to-end functional tests.
* SqlSynthGen also supports **MariaDB** with one exception: you cannot use source statistics (i.e. the ``make-stats`` command).
* SqlSynthGen *might*, work with **SQLite** but this is largely untested.

Please open a GitHub issue if you would like to see support for another DBMS.

0 comments on commit e56212e

Please sign in to comment.