typescript-sql
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Work in progress, do not rely on this code

SQL-like language with JSON types for frontend application

Installation

$ npm install typescript-sql

Usage

import * as sql from 'typescript-sql';
const ast = sql.parse('select c01, c02, co3 from t01 join t02;');
// => [{"tag":"select","columns": [...],"from":[...],"where":null,"group_by":null,"having":null}]

Readme

Keywords

none

Package Sidebar

Install

npm i typescript-sql

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

249 kB

Total Files

8

Last publish

Collaborators

  • vlad.lagunoff