dirql-parser

0.0.3 • Public • Published

dirql-parser

dirql's parser

github.com/konojunya/dirql

Usage

const { parser } = require('dirql-parser');

API

parser(query: string): ParsedInput

example query:

select * from ./

ParsedInput interface

interface ParsedInput {
  command: string;
  field: string;
  key: string;
  path: string;
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i dirql-parser

      Weekly Downloads

      1

      Version

      0.0.3

      License

      MIT

      Unpacked Size

      8.72 kB

      Total Files

      11

      Last publish

      Collaborators

      • konojunya