academiadocodigo
- 10 skills
- 0 followers
- 7 hours ago last updated
- ▌
- ▌ Memory Safety · academiadocodigoDelphi memory management patterns for SimpleORM - ownership, try/finally, interface refs, and common leak scenarios.
- ▌ Entity Mapping · academiadocodigoSimpleORM entity-to-database mapping via RTTI attributes. Complete reference for all attributes, property types, and relationship setup.
- ▌ SQL Generation · academiadocodigoSQL generation reference for SimpleORM — how TSimpleSQL builds queries, pagination by dialect, soft delete behavior.
- ▌ Delphi Patterns · academiadocodigoCoding conventions and patterns for the SimpleORM Delphi project. Automatically loaded when writing or modifying Delphi code.
- ▌ Changelog Format · academiadocodigoCHANGELOG.md format reference and examples for the SimpleORM project.
- ▌ Delphi Validator · academiadocodigoValidates all SimpleORM Delphi source files for Delphi 10.2 Tokyo+ compatibility. Checks inline vars, unit scoping, generics E2506, uses completeness, memory safety, .dpr structure, and conditional compilation. Run anytime to "lint" the project.
- ▌ Horse Integration · academiadocodigoHorse/ExpxHorse integration patterns for SimpleORM — server auto-routing, client REST driver, serialization examples.
- ▌ Isimplequery Contract · academiadocodigoThe exact iSimpleQuery interface contract that all query drivers must implement. Reference for creating or reviewing drivers.
- ▌ Delphi Project Structure · academiadocodigoDelphi project file structure reference — .dpr vs .pas, .dproj, .res, .dfm. Templates for console and VCL projects.