Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 897 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 897 Bytes

GoDoc Build Status codecov Go Report Card

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.