otter-space-sdk/pkg/database
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
..
migrations feat(database): added additional columns 2024-08-09 21:37:27 +02:00
client.go feat(impl): Add database client and migration functionality 2024-08-09 21:39:22 +02:00
source.go feat(database): implementation of functions 2024-08-09 22:16:03 +02:00