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=m879N2rzn2g Josh. On Thu, Sep 29, 2016 at 11:06 AM, <[email protected]> wrote: > > > On Thursday, September 29, 2016 at 1:04:34 AM UTC-7, [email protected] > 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 > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
