Dustin Whitney
|
5fe7b9e0d3
|
added some docs
|
6 years ago |
Dustin Whitney
|
5912e4c40b
|
tests working
|
6 years ago |
Dustin Whitney
|
a8ce5653f7
|
clean up warnings
|
6 years ago |
Dustin Whitney
|
0e12edfdc9
|
refactored prepare_query
|
6 years ago |
Dustin Whitney
|
aea8dcebb9
|
wiring hooked up
|
6 years ago |
Tpt
|
e3fe4c5dc6
|
Allows to query the union all of graphs as the default graph
Introduces QueryOptions
|
6 years ago |
Tpt
|
0f0f145a80
|
SPARQL 1.1 query is now implemented
|
6 years ago |
Tpt
|
ab08308bb6
|
Allows RepositoryConnection to keep a state by making edit actions take a mut reference
|
6 years ago |
Tpt
|
8e87396d5e
|
Allows to set the base IRI for SPARQL queries
|
6 years ago |
Tpt
|
45d78d490d
|
Makes RepositoryConnection.prepare_query take &str instead of Read
Simpler and faster API (SPARQL parser was reading into a String anyway)
|
6 years ago |
Tpt
|
2f706a777f
|
Adds our own IRI normalization instead of relying on Url crate
|
6 years ago |
Tpt
|
d617e72550
|
Cleanup SPARQL module public API
|
6 years ago |
Tpt
|
fd3def2daf
|
Adds Repository::load_dataset to load dataset files
|
6 years ago |
Tpt
|
9ccc079b4c
|
Adds Repository::load_graph to load graph files
|
6 years ago |
Tpt
|
a803daa64b
|
Removes NamedNode::from_str
|
6 years ago |
Tpt
|
21ad76c7cf
|
Introduces Repository and RepositoryConnection and simplifies API
Allows to upgrades to the latest versions of RocksDB and avoid some behaviors that could cause unexpected crashes
|
6 years ago |