iotdb-query

1.0.6 • Public • Published

iotdb-query

Simple Database Query Functions

New Grammar

This is a work in progress - ignore this for now

and(
    eq(extract(:record, "schema:material"), "wikipedia:Gold"),
    gt(
        normalize(:record, "schema:weight, "unit:Gram"),
        100
    )
)

Readme

Keywords

none

Package Sidebar

Install

npm i iotdb-query

Weekly Downloads

9

Version

1.0.6

License

Apache-2.0

Unpacked Size

28.8 kB

Total Files

10

Last publish

Collaborators

  • dpjanes