Lua bindings for `lsup_rdf`.

scossu fc21630c65 Add store module; fix LMDB readed conflict in graph iterator. vor 2 Wochen
build c5fcc0dad2 Initial commit. vor 3 Wochen
lib a2aa05a076 Add some blurb. vor 3 Wochen
src fc21630c65 Add store module; fix LMDB readed conflict in graph iterator. vor 2 Wochen
.gitignore c5fcc0dad2 Initial commit. vor 3 Wochen
CODE_OF_CONDUCT a2aa05a076 Add some blurb. vor 3 Wochen
LICENSE a2aa05a076 Add some blurb. vor 3 Wochen
Makefile a2aa05a076 Add some blurb. vor 3 Wochen
README.md a2aa05a076 Add some blurb. vor 3 Wochen
lsup-scm-1.rockspec fc21630c65 Add store module; fix LMDB readed conflict in graph iterator. vor 2 Wochen
parse_valgrind_supp.sh c5fcc0dad2 Initial commit. vor 3 Wochen
scratch.lua fc21630c65 Add store module; fix LMDB readed conflict in graph iterator. vor 2 Wochen
valgrind-lua-noreadline.supp c5fcc0dad2 Initial commit. vor 3 Wochen

README.md

lsup_lua

Lua bindings for lsup_rdf.

Status

ALPHA. Currently building up a basic API.

Basic road map:

  • Term
  • Triple
  • Namespace
  • Graph
    • Boolean
    • Basic lookup & iterator
    • Unique terms
    • Link map
  • Store selection
  • API documentation