SongLibrary
SongLibrary made with Go with Clean Architecture (CLI Based). Database : SQL Dependencies: pgx, sqlx
Features
- Add Song to Database
Not Fix Yet: input just can be 1 word, if you have 2 words or more, split with underscore ( _ ), ex: Green_Day
- Show Song List from Database
- Search Song By Artist
FOR UPDATED FEATURES (API), CHECK BRANCH ‘API’
https://github.com/luxamrown/SongLibrary/tree/API