SUPER EXPERIMENTAL
A SPARQL-Driver for Go. Including database/sql implementation.
See examples.
Q: Can I use ?
for placeholders?
A: No. Please use $1
, $2
, $3
, ... as placeholders.
Q: Which version's golang is supported? A: go 1.11.x or later.