waterline-sequel-orientdb

A helper library for generating OrientDB SQL queries from the Waterline Query Language.

Usage no npm install needed!

<script type="module">
  import waterlineSequelOrientdb from 'https://cdn.skypack.dev/waterline-sequel-orientdb';
</script>

README

Waterline-Sequel-OrientDB

A helper library for generating OrientDB SQL queries from the Waterline Query Language.

Overview

This is an adaptation of waterline-sequel (written by Cody Stoltman) to output OrientDB style SQL and is used by sails-orientdb adapter.

What this is not

This is not a comprehensive adaptation of waterline-sequel but rather the minimum required to satisfy sails-orientdb needs. If you encounter an edge case where you don't get the expected output please report it in the Issues section.