-
Notifications
You must be signed in to change notification settings - Fork 0
Home
do- edited this page Aug 12, 2024
·
51 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 the database structure;
-
DbQuery — a
DbModel
basedSELECT
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: