Files
metabuilder/dbal/development
copilot-swe-agent[bot] 4fc43bc8fb Simplify DBAL API: Remove duplicate methods and deprecated aliases
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>
2026-01-16 17:24:22 +00:00
..