Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
/ knex Public archive
forked from knex/knex

A query builder for PostgreSQL

License

Notifications You must be signed in to change notification settings

HOOQTV/knex

 
 

Repository files navigation

Knex PG Read-replica

With Read-replica support for PG only.

{
  connection: {
    idleTimeoutMillis: 1000 // timeout millis
  },
  readReplica: {
    connection: {
      idleTimeoutMillis: 1000 // timeout millis
    },
    pool: {
      min: 1,
      max: 5
    }
  },
  pool: {
    min: 1,
    max: 5
  }
}

FIXME

  • Remove non-PG

About

A query builder for PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Shell 0.1%