bx-orm-entities

Installation
SKILL.md

bx-orm: Entities & Properties

Defining a Persistent Entity

// Minimal entity — table name defaults to class file name
class persistent="true" {

}

// With explicit entity name and table
class persistent="true" entityName="Author" table="authors" {

}

Entity Annotations

| Annotation | Type | Default | Description |

Related skills

More from ortus-boxlang/skills

Installs
3
First Seen
Apr 15, 2026