Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Synor Database Engine - PostgreSQL

License

NotificationsYou must be signed in to change notification settings

Synor/database-postgresql

Repository files navigation

Synor DatabaseVersionTestCoverageLicense

Synor Database PostgreSQL

Synor Database Engine - PostgreSQL

Installation

# using yarn:yarn add @synor/database-postgresql# using npm:npm install --save @synor/database-postgresql

URI

Format:postgresql://[user[:password]@][hostname][:port]/database[?param=value&...]

Params:

NameDescriptionDefault Value
schemaPostgreSQL Schemapublic
sslSSL configurationfalse
synor_migration_record_tableName for Migration Record Tablesynor_migration_record

Examples:

  • postgresql://postgres:postgres@127.0.0.1:5432/synor?synor_migration_record_table=migration_record
  • postgresql://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))}`

License

Licensed under the MIT License. Check theLICENSE file for details.

About

Synor Database Engine - PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp