1.1.1 • Published 9 years ago

es2sql v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

ES2SQL

Javascript library to translate elastic search queries to sql

Usage

import { Es2sql } from 'src/modules/es2sql.js';

const esQuery = {
  filters: {...},
  table: 'my-table',
  from: 10,
  size: 100
};

const sqlQuery = Es2sql.translate(esQuery);

Test

npm test

Build

npm build

Attribution

Built using the wonderful react-es6-webpack-karma-boilerplate project

1.1.1

9 years ago

1.1.0

9 years ago

1.0.11

9 years ago

1.0.12

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.0

9 years ago