-
Notifications
You must be signed in to change notification settings - Fork 2
Home
do- edited this page Apr 27, 2025
·
48 revisions
doix-db-postgresql
is a doix-db plugin for the PostgreSQL DBMS.
Add a DbPoolPg instance to your Application's pools
.
That's it. Now, for a pool named 'db'
(like one in our example), this.db
will appear to be a corresponding DbClient:
const one = await this.db.getscalar (`SELECT 1`)
- General purpose:
- DbClientPg — main API
- DbPoolPg — connections pool
- DbLangPg — SQL generator
- Notifications relatad:
-
DbListenerPg — notifications listener
- DbServicePg — translates notifications into Jobs
- DbQueuesRouterPg — invokes queue checking processes
- DbNotificationPg — single notification
-
DbListenerPg — notifications listener
- Helper:
- DbTableXformerPg — a helper class for reading DB metainformation