mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
Per user requirement "ensure DBAL only has one way to do things": - Removed useDBAL() and createDBALClientFactory() - use getDBALClient() only - Removed createDBALClient() from exports - getDBALClient() handles both singleton and new instances - Removed deprecated entity accessors: .pages → .pageConfigs, .components → .componentNodes, .packages → .installedPackages - Consolidated factory into single getDBALClient() function - Single clear API: getDBALClient() for client, entity-specific properties for operations Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>