@everydayheroes/simplesql

Generate SQL statements from JS Objects

Usage no npm install needed!

<script type="module">
  import everydayheroesSimplesql from 'https://cdn.skypack.dev/@everydayheroes/simplesql';
</script>

README

SimpleSQL

Simple tool to generate SQL query from JS object

Install

This Package is available on npm, you can install it with the command.

$ npm i @everydayheroes/simplesql

Getting Started

To get started you can read the Documentation

Testing

You can test this projet with

  • npm run test:docker

You will need docker and docker-compose

RoadMap

  • Improve query to only return selected fields
  • Improve Select to support more operators
  • Improve TSDoc