This repository was archived by the owner on Apr 19, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1
Synor Database Engine - PostgreSQL
License
NotificationsYou must be signed in to change notification settings
Synor/database-postgresql
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Synor Database Engine - PostgreSQL
# using yarn:yarn add @synor/database-postgresql# using npm:npm install --save @synor/database-postgresql
Format:postgresql://[user[:password]@][hostname][:port]/database[?param=value&...]
Params:
| Name | Description | Default Value |
|---|---|---|
schema | PostgreSQL Schema | public |
ssl | SSL configuration | false |
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_recordpostgresql://postgres:postgres@127.0.0.1:5432/synor?schema=synor
// SSL Exampleconstssl={ca:'<path-to-file>',cert:'<path-to-file>',key:'<path-to-file>',passphrase:'<string>',rejectUnauthorized:'<boolean>',secureOptions:'<number>'}consturi=`postgresql://postgres:postgres@127.0.0.1:5432/synor?ssl=${encodeURIComponent(JSON.stringify(ssl))}`
Licensed under the MIT License. Check theLICENSE file for details.
About
Synor Database Engine - PostgreSQL
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.