-
Notifications
You must be signed in to change notification settings - Fork 2
Home
do- edited this page Apr 27, 2025
·
161 revisions
doix-db is an extension to the doix framework for working with relational databases.
Connect to PostgreSQL or to ClickHouse and hack on.
-
DbClient — the database API available to
doixJobs; - DbModel — the set of classes representing the database structure;
-
DbQuery — a
DbModelbasedSELECTbuilder; -
DbMigrationPlan — a
DbModelbased deployment automation tool; - DbLang — a set of SQL generating functions for miscellaneous application tasks.
For each individual DBMS product, it requires a specific library, such as: