# typescript-sql

> SQL parser for typescript

Latest version **0.0.2** (published 2019-03-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install typescript-sql
pnpm add typescript-sql
yarn add typescript-sql
bun add typescript-sql
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2019-03-15 |
| First published | 2019-03-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 243.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Vladislav Lagunoff |
| Maintainers | vlad.lagunoff |

## Links

- npm: https://www.npmjs.com/package/typescript-sql
- Repository: https://github.com/lagunoff/typescript-sql
- Homepage: https://github.com/lagunoff/typescript-sql#readme
- Issues: https://github.com/lagunoff/typescript-sql/issues
- npm.io page: https://npm.io/package/typescript-sql

## Recent versions

- 0.0.2 (latest) — 2019-03-15
- 0.0.1 — 2019-03-15

## README

## Work in progress, do not rely on this code

SQL-like language with JSON types for frontend application

## Installation
```
$ npm install typescript-sql
```

## Usage
```ts
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}]
```

---
_Source: https://npm.io/package/typescript-sql · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
