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

Installs
9
First Seen
Apr 15, 2026
bx-orm-entities — ortus-boxlang/skills