ljos / sparql-mode

A SPARQL mode for emacs
GNU General Public License v3.0
62 stars 23 forks source link

Add update and hook #72

Closed gjaaf closed 1 year ago

gjaaf commented 1 year ago

Added a hook that allows using the sparql-mode from another application that already has connection information, and added support for end-points that require different url's for select and for update (like fuseki).

ljos commented 1 year ago

Thank you for your contribution!