sql2cypher
v0.2.0
Published
[](https://github.com/falkordb/sql2cypher-ts/actions/workflows/ci.yml) [;
const sql = 'SELECT * FROM table WHERE column = 1';
const cypher = converter.convert(sql);
console.log(cypher);Supported SQL queries
- SELECT
