Database & Models
Work with databases in Velocity using GORM-based ORM, migrations, query builder, and model relationships.
Database integration including ORM, migrations, and query building with Velocity.
In This Section
- Getting Started - Configuration, models, and scopes
- Query Builder - Fluent queries, conditions, and aggregates
- Relationships - HasOne, HasMany, BelongsTo, and eager loading
- CRUD Operations - Create, update, delete, and transactions
- Migrations - Schema builder and database versioning
