otter-space-sdk/pkg
SoXX b8e29de4fc refactor(error): error handling in database package
- Replace custom error types with string constants for common database errors.
- Simplify the Database struct to include a Reason field for error messages.
- Update Error method to format the error output using the Reason.
- Modify validation error constants for consistency and clarity.
2024-08-09 22:14:13 +02:00
..
database feat(impl): Add database client and migration functionality 2024-08-09 21:39:22 +02:00
error refactor(error): error handling in database package 2024-08-09 22:14:13 +02:00
models feat(database): added additional columns 2024-08-09 21:37:54 +02:00