FLUTTER ECOSYSTEM

agilord/postgres_pool

Dart에서 광범위한 자동 재연결 매개변수를 갖춘 PostgreSQL 연결 풀.

postgres_pool 프로젝트 이미지
Stars
18
Forks
10
최근 푸시(UTC)
2023. 12. 14.
프로젝트 상태
활성
Agilord, LLC GitHub avatar
GITHUB Organization

Agilord, LLC ↗

언어Dart

사용 중인 의존성

의존성 목록 5 개

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

A library to control a maximized number of connections to a single PostgreSQL server.

Discontinued

package:postgres from ^3.0.0 supports connection pooling as part of the core library. Development and advanced pooling support will be migrated to that package.

Usage

Once you've created the PgPool object, you can:

  • Use it as PostgreSQLExecutionContext (from package:postgres).
  • Use PgPool.run for non-transactional batches with optional retry.
  • Use PgPool.runTx for transactional batches with optional retry.