There is a csv package in golang 
https://golang.org/pkg/encoding/csv/

There is a sql package in golang too
https://golang.org/pkg/database/sql/

For sqlite
https://godoc.org/github.com/gwenn/gosqlite

You need to use csv parser and insert into sqlite database.

Warm Regards,
Asit
http://bit.ly/193ASIT


On Thursday, August 18, 2016 at 6:22:56 PM UTC+2, francis badasu wrote:
>
>
> Hi guys,
>
> How do i import a csv file and save it in sql or sqlite 
>
> thanks in advance
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to