sparql-builder

Build SPARQL with string templates

Downloads
5.3K
Stars
14
Committers
5

Bot releases are visible (Hide)

sparql-builder - v2.0.4 Latest Release

Published by github-actions[bot] about 2 months ago

Patch Changes

  • 463ea01: Update anylogger to 1.1-beta
sparql-builder - v2.0.3

Published by github-actions[bot] 6 months ago

Patch Changes

  • 43e8ce9: Export WithQuery to avoid error like "The inferred type of 'X' cannot be named without a reference to '/node_modules/@tpluscode/sparql-builder/lib/WithBuilder.js'. This is likely not portable. A type annotation is necessary."
sparql-builder - v2.0.2

Published by github-actions[bot] 7 months ago

Patch Changes

  • c48bd28: Export the *Executable types
sparql-builder - v2.0.1

Published by github-actions[bot] 7 months ago

Patch Changes

  • 5e451cd: Correct imports to work with moduleResolution = NodeNext
sparql-builder - v2.0.0

Published by github-actions[bot] 7 months ago

Major Changes

  • b34931c: Updated sparql-http-client to v3

    The .execute method now takes an instance of client and not the query object. Also, since the new client does not return a promise from methods which return streams, await is no longer necessary

sparql-builder - v1.1.0

Published by github-actions[bot] over 1 year ago

Minor Changes

  • 127f72f: No longer depends on debug. Use anylogger-* adapters to receive logs

Patch Changes

  • 5bdc6b0: Relax dependency on @tpluscode/rdf-ns-builders
sparql-builder - v1.0.1

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 1ad0905: Update @tpluscode/rdf-string - improves inference of return types
sparql-builder - v1.0.0

Published by github-actions[bot] over 1 year ago

Major Changes

  • 5b1a043: Package is now ESM-only
sparql-builder - v0.4.0

Published by github-actions[bot] over 1 year ago

Minor Changes

  • beaf9e1: When interpolating SELECT inside another template, it will automatically be wrapped in a graph pattern
sparql-builder - v0.3.30

Published by github-actions[bot] over 1 year ago

Patch Changes

  • d00f737: Export full builder types of query forms
  • 0f5f895: Added DISTINCT and AND which allow modifying the query after it has been initialised
sparql-builder - v0.3.29

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 66cb644: Allow string as parameter of UNION
sparql-builder - v0.3.28

Published by github-actions[bot] over 1 year ago

Patch Changes

  • e04f163: SPARQL UNION expression builder
sparql-builder - v0.3.27

Published by github-actions[bot] over 1 year ago

Patch Changes

  • ec05a22: Added direct dependency on @types/sparql-http-client
sparql-builder - v0.3.26

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 92e4fcf: Add prefixes parameter to build so ad-hoc prefixes can be applied to a query
    Re-export prefixes where it's possible to add prefixes globally
    (re #81)
sparql-builder - v0.3.25

Published by github-actions[bot] almost 2 years ago

Patch Changes

  • 9f681a2: Type declaration prevented DELETE.DATA where the interpolated value was quad array
sparql-builder - v0.3.24

Published by github-actions[bot] about 2 years ago

Patch Changes

  • 3f1495e: Adding prologue before the prefixes (closes #75)
sparql-builder - v0.3.23

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 329c89e: Shorthand CONSTRUCT syntax would interpolate templates incorrectly, producing invalid SPARQL
sparql-builder - v0.3.22

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 551f6a1: Updated @tpluscode/rdf-ns-builders to v2
sparql-builder - v0.3.21

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 3231508: Correct syntax for FROM in shorthand CONSTRUCT
sparql-builder - v0.3.20

Published by github-actions[bot] over 2 years ago

Patch Changes

  • 6200b56: Add shorthand form CONSTRUCT WHERE