Synor Database Engine - PostgreSQL
# using yarn: yarn add @synor/database-postgresql # using npm: npm install --save @synor/database-postgresqlFormat: postgresql://[user[:password]@][hostname][:port][/dbname][?param1=value1&...]
Params:
| Name | Description | Default Value |
|---|---|---|
synor_migration_record_table | Name for Migration Record Table | synor_migration_record |
Examples:
postgresql://postgres:postgres@127.0.0.1:5432/synor?synor_migration_record_table=migration_record
Licensed under the MIT License. Check the LICENSE file for details.