FLUTTER ECOSYSTEM

agilord/postgres_pool

डार्ट में विस्तृत स्वचालित पुनर्संबंध पैरामीटर वाला पोस्टग्रेस कनेक्शन पूल।

postgres_pool प्रोजेक्ट कवर
Stars
18
Forks
10
अंतिम पुश (UTC)
14 दिस॰ 2023
प्रोजेक्ट स्थिति
सक्रिय
Agilord, LLC GitHub avatar
भाषाएँ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.