otter-space-sdk/pkg
SoXX f798869ef5
Some checks failed
Gitea Build Check / Build (push) Failing after 28s
feat(database): implementation of functions
- Added functionality
- Add connection checks to `CreateUserSource`, `UpdateUserSource`, `GetUserSourceByID`, and `DeleteUserSource` functions.
- Introduce validation for empty and improperly formatted IDs in `UpdateUserSource`, `GetUserSourceByID`, and `DeleteUserSource`.
- Handle duplicate key errors and record not found errors with appropriate custom error messages.
2024-08-09 22:16:03 +02:00
..
database feat(database): implementation of functions 2024-08-09 22:16:03 +02:00
error refactor(error): error handling in database package 2024-08-09 22:14:13 +02:00
models refactor(types): using correct types 2024-08-09 22:14:56 +02:00