1.1.1 • Published 9 years ago
es2sql v1.1.1
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