View on GitHub

ant-sql

SQL extension for AntJS

AntSQL Tutorials

Welcome to the tutorial pages. This pages pretends to explain how to use this library in a practical way.

This tutorials includes samples written in Javascript(ES2017) and Typescript (3.x).

  1. Setting up the project.
  2. Adding a model (Javascript or Typescript).
  3. Adding simple queries (Javascript or Typescript).
  4. Adding queries (Javascript or Typescript).

You can access the tutorial repository in order of accesing the source code of the samples. Samples can be run as npm scripts. In order to start database and redis servers, all the scripts require Docker ro be run.