Home - do-/node-doix-db GitHub Wiki

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 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