Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#Source Implement ScyllaDB Repository Methods for SourceService #105

Open
Amirbapiri opened this issue Jul 13, 2024 · 0 comments · May be fixed by #106
Open

#Source Implement ScyllaDB Repository Methods for SourceService #105

Amirbapiri opened this issue Jul 13, 2024 · 0 comments · May be fixed by #106
Assignees

Comments

@Amirbapiri
Copy link

Amirbapiri commented Jul 13, 2024

Implement the repository methods in the scyllarepo package to interact with ScyllaDB for the SourceService.

InsertSource:
    Implement the InsertSource method to insert a new source into the sources table.

UpdateSource:
    Implement the UpdateSource method to update the name and description of an existing source based on its ID.

DeleteSource:
    Implement the DeleteSource method to delete a source from the sources table based on its ID and owner ID.

GetUserSourceByID:
    Implement the GetUserSourceByID method to retrieve a source by its ID and owner ID.

IsSourceAlreadyCreatedByName:
    Implement the IsSourceAlreadyCreatedByName method to check if a source with the given name already exists.
@Amirbapiri Amirbapiri self-assigned this Jul 13, 2024
@Amirbapiri Amirbapiri changed the title Implement ScyllaDB Repository Methods for SourceService #Source Implement ScyllaDB Repository Methods for SourceService Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant