- Welds ORM
- 1. Getting Started
- 1.1. Project Setup
- 1.2. Fundamentals Struct/Traits
- 1.3. Connections
- 1.4. Tools
- 2. Models
- 2.1. Attributes
- 2.2. Whats Added To your Model
- 2.3. DbState (Create/Edit/Delete)
- 2.4. Relationships
- 2.5. Hooks
- 3. Query
- 3.1. Basic
- 3.2. Advanced
- 3.3. Custom Select (Columns & Joins)
- 3.4. Aggregate Functions (Group By)
- 3.5. Include
- 3.6. Manual SQL
- 3.7. Raw SQL
- 3.8. Scopes
- 4. Bulk Operations
- 4.1. Insert
- 4.2. Update
- 4.3. Delete
- 5. Migration