Tools CFML & Servers CFML ORM Entity Generator

CFML ORM Entity Generator

Generate a Lucee or Adobe ColdFusion ORM entity CFC from a table definition and optional relationships.

The entity is generated locally and no database is queried.

About the ORM entity generator

Enter a table and its columns to get a persistent CFC entity starter for Lucee or Adobe ColdFusion ORM.

Frequently Asked Questions

What column format does it accept?

Enter one column per line, for example: id INT PK, name VARCHAR(100), or created_at DATETIME.

Do relationships configure the whole database?

No. They generate initial ORM properties; review entity names, keys, and engine-specific options before deployment.