You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add QueryBuilder macros for custom query methods
- Add MacroRegistry class to manage macro registration and storage
- Add QueryBuilder::macro() static method to register custom methods
- Add QueryBuilder::hasMacro() static method to check macro existence
- Implement __call() in QueryBuilder for dynamic macro execution
- Add comprehensive tests for macro functionality
- Add example demonstrating macro usage on all dialects
- Add documentation for query macros feature
- Update README.md with macro examples and links
0 commit comments