bx-orm-querying
OfficialQuery and manage ORM entities in BoxLang
Authorortus-boxlang
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables developers to query and manage ORM entities in BoxLang, providing consistent patterns for loading, persisting, and mutating data while reducing boilerplate.
Core Features & Use Cases
- EntityLoad(): load multiple or single entities with filters, sorting, and pagination.
- EntityLoadByPK(): load by primary key, including composite keys.
- EntityLoadByExample(): load by example prototype entities.
- ORMExecuteQuery(): run HQL-like queries with named or positional parameters, with optional pagination and caching.
- Entity lifecycle BIFs: entitySave, entityDelete, entityNew, entityMerge to manage persistence across transactions.
- Use Case: fetch active users, apply sorting, and persist updates in a transaction.
Quick Start
Load active users with entityLoad and a simple filter, apply pagination, and persist changes with entitySave inside a transaction.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: bx-orm-querying Download link: https://github.com/ortus-boxlang/skills/archive/main.zip#bx-orm-querying Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.