Recipes
Practical how-to guides for common SolidX tasks. Each recipe focuses on a single topic you can apply to your own project.
| Recipe | Description |
|---|---|
| Additional Datasources | Connect to extra databases beyond the default datasource |
| Computed Fields | Derive field values automatically from other data |
| Send transactional emails from your application | |
| Extending Users | Add custom fields and behaviour to the built-in User model |
| Filtering Data | Use filter operators to query records via the REST API or CRUD service |
| Handlers | Hook into lifecycle events with handler functions |
| Media Providers | Configure storage backends for file uploads |
| Queue | Process background jobs with the queue system |
| Soft Delete | Archive and recover records instead of permanently deleting them |