Skip to content
do- edited this page Apr 27, 2025 · 161 revisions

doix-db is an extension to the doix framework for working with relational databases.

tl;dr

Connect to PostgreSQL or to ClickHouse and hack on.

  • DbClient — the database API available to doix Jobs;
  • DbModel — the set of classes representing the database structure;
  • DbQuery — a DbModel based SELECT builder;
  • DbMigrationPlan — a DbModel based 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:

Reference

Clone this wiki locally