postgresql-provider icon indicating copy to clipboard operation
postgresql-provider copied to clipboard

Support setting the schema in the configuration file

Open fwgreen opened this issue 7 years ago • 0 comments

Database tables are automatically placed in the default public schema during preparation. This could be a problem if one doesn't control the database.

{
    "host": "127.0.0.1",
    "user": "postgres",
    "password": "",
    "database": "test",
    "schema": "test-schema",
    "port": 5432
}

fwgreen avatar Dec 08 '16 01:12 fwgreen