-
Notifications
You must be signed in to change notification settings - Fork 2
Home
do- edited this page Jul 22, 2024
·
48 revisions
doix-db-postgresql
is a plug in for the doix framework implementing an interface to the PostgreSQL DBMS.
-
DbClientPg — main API
- DbCallTrackerPg — log records generator
- DbPoolPg — connections pool
-
DbListenerPg — notifications listener
- notification handlers:
- DbServicePg — translates notifications into Jobs
- DbQueuesRouterPg — invokes queue checking processes
- helper classes:
- DbNotificationPg — single notification
- DbListenerLifeCycleTrackerPg — listener's life cycle tacker
- notification handlers:
- DbLangPg — SQL generator
- DbTableXformerPg — a helper class for reading DB metainformation
- DbViewQueuePg — DbView + queueing parameters