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.