Files
snek/src
retoor dcd444a9b7 feat: add async update method to BaseMapper and BaseService for model persistence
Add `update` method to `BaseMapper` that updates a model's `updated_at` timestamp and persists the record using the table's update operation keyed by `uid`. Expose this through `BaseService.update` to provide a consistent service-layer interface for model updates.
2025-06-01 01:38:12 +00:00
..