2 "name": "librdf.sqlite",
4 "summary": "improved SQLite RDF triple store for Redland librdf",
5 "description": "Improved [SQLite](http://sqlite.org) RDF triple [storage module](http://librdf.org/docs/api/redland-storage-modules.html)\nfor [librdf](http://librdf.org/).\n\nInspired by the [official sqlite store](https://github.com/dajobe/librdf/blob/master/src/rdf_storage_sqlite.c).\n\nConsidered alpha, *don't use in production*.\n\n## Usage\n\n ....\n const char* options = \"new='yes', contexts='no'\";\n librdf_storage *newStorage = librdf_new_storage(world, LIBRDF_STORAGE_SQLITE_MRO, file_path, options);\n",
6 "homepage": "http://purl.mro.name/rdf/sqlite",
7 "license": "Human Rights",
9 "Marcus Rohrmoser": "mrohrmoser@acm.org"
12 "git": "https://github.com/mro/librdf.sqlite.git",
15 "requires_arc": false,
19 "source_files": "rdf_storage_sqlite_mro.{c,h}",
20 "public_header_files": "rdf_storage_sqlite_mro.h",