d3-local-query

1.0.1 • Public • Published

d3-local-query

Allison Hancock <aahancoc@umich.edu>

Run simple SQL SELECT statements on data in the format outputted by d3.dsv.

Installing

If you use NPM, npm install d3-local-query. Otherwise, download the latest release.

API Reference

# d3.local_query(query, data): Returns data as filtered by the SQL statement query, in the format SELECT [columns] (FROM [src]) (WHERE [condition]).

Limitations

As this is a very new project, there are some serious limitations.

  • Only a single data source source is currently supported. The FROM statement has no effect.
  • SELECT only allows you to choose columns. No other features are supported.
  • The only conditional supported are =, AND, and OR.
  • No ORDER BY, GROUP BY, etc. is currently supported
  • Query is case-sensitive. Only all-caps are currently supported.

Package Sidebar

Install

npm i d3-local-query

Weekly Downloads

1

Version

1.0.1

License

BSD-3-Clause

Unpacked Size

21.9 kB

Total Files

12

Last publish

Collaborators

  • aahancoc