Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Mar 29, 2021
1 parent 334e242 commit 4ded221
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

A SPARQL client library for the [rdfInterface](https://github.com/sweetrdf/rdfInterface/) ecosystem.

* It can work with any PSR-7 and PSR-15 compliant HTTP library.
* It can work with huge query results.\
The response is parsed parsed as a stream and the parsing is done in a lazy way
(the next row is parsed only when you try to read it).
This assures iterating trough results without acumulating them in an array has neglectable memory footprint.

## Installation

* Obtain the [Composer](https://getcomposer.org)
Expand Down

0 comments on commit 4ded221

Please sign in to comment.