musicpack / mbox

Music Box is a music player widget in a Discord message.
7 stars 2 forks source link

Add CRUD Functionality #97

Open AvJain opened 3 years ago

AvJain commented 3 years ago

Add the CRUD operations needed to store/retrieve information from the backend database Refactor any needed logic relating to the addition of the DynamoDb integration

Exsects commented 3 years ago

Relates to #139. Need update_record and delete_record methods. Need test cases for these two functions.