Skip to content
do- edited this page Oct 31, 2023 · 161 revisions

doix-db is a plug in for doix framework implementing a common interface to relational databases. It features:

  • DbClient — the database API available to doix Jobs;
  • DbModel — the set of classes representing database structure;
  • DbQuery — a DbModel based SELECT builder;
  • DbMigrationPlan — a diff/patch tool to compare existing database structure with the required DbModel;
  • 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