Converting csv data to sqlite in golang
I have been learning Go and SQL for a while now, so I decided to test what I have learnt this past month by getting data from a CSV( Comma Separated Values) file and using that to create an SQLite database.
The data I would be using contains Spotify'...
ahdeyy.hashnode.dev8 min read