📰 Dev.to · David Lastrucci
4 articles · Updated every 3 hours · View all reads
All
Articles 91,398Blog Posts 109,510Tech Tutorials 22,851Research Papers 19,226News 14,853
⚡ AI Lessons

Dev.to · David Lastrucci
2mo ago
Change tracking and soft delete: audit trails without the boilerplate
How Trysil automatically tracks who created, updated, or deleted a record — and how soft delete keeps data recoverable.

Dev.to · David Lastrucci
2mo ago
Declarative validation: keep bad data out of your database
How Trysil validates entity fields with attributes — required, length, range, regex, email — before any SQL is executed.

Dev.to · David Lastrucci
2mo ago
Entity mapping in depth: attributes, types, and nullable fields
How Trysil maps Delphi classes to database tables — primary keys, version columns, nullable fields, and the role of RTTI.

Dev.to · David Lastrucci
2mo ago
Meet Trysil: a lightweight ORM for Delphi
First contact with Trysil — define an entity, connect to SQLite, and perform full CRUD in under 100 lines of code.
DeepCamp AI