Y
Hacker News
new
|
ask
|
show
|
jobs
by
_JamesA_
3737 days ago
Go would benefit immensely from the ability to bind to JDBC drivers for database access.
1 comments
dguaraglia
3737 days ago
What makes you think so? Go has pretty solid native drivers for most SQL databases out there:
https://github.com/golang/go/wiki/SQLDrivers
link