Re: [go-nuts] Re: Connect In Database

2016-09-29 Thread Josh Kamau
Let me try ;) You can use package database/sql to connect to any sql database that has a golang driver. Here is a list of some database drivers https://github.com/golang/go/wiki/SQLDrivers Here is some documentation: http://go-database-sql.org/ And here is a video https://www.youtube.com/watch?v

[go-nuts] Re: Connect In Database

2016-09-29 Thread hadiesmaili85
On Thursday, September 29, 2016 at 1:04:34 AM UTC-7, hadies...@gmail.com wrote: > > Hi > > we can with this *package database/sql* connect to any databases??? > > > if you'r Answer is NO then help me. > > > THANKS > -- You received this message because you are subscribed to the Google Group

[go-nuts] Re: Connect In Database

2016-09-29 Thread hadiesmaili85
On Thursday, September 29, 2016 at 1:04:34 AM UTC-7, hadies...@gmail.com wrote: > > Hi > > we can with this *package database/sql* connect to any databases??? > > > if you'r Answer is NO then help me. > > > THANKS > -- You received this message because you are subscribed to the Google Groups