repositorypackage
1.0.0-alpha
Repository: https://github.com/garsue/sparql.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Go SQL driver for SPARQL
SUPER EXPERIMENTAL
A SPARQL-Driver for Go. Including database/sql implementation.
Usage
See examples.
FAQ
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.