@simplenodeorm/simplenodedesigner

The Query Designer is a React web application that allows the user to create, save and run query documents in simplenodeorm. The created query documents can then be run and results returned via REST. To use the query designer call the application with the

Usage no npm install needed!

<script type="module">
  import simplenodeormSimplenodedesigner from 'https://cdn.skypack.dev/@simplenodeorm/simplenodedesigner';
</script>

README

The Query Designer is a React web application that allows the user to create, save and run query documents in simplenodeorm. The created query documents can then be run and results returned via REST. To use the query designer call the application with the desired simplenodeorm context:

http://<querydesignerurl>/?context=example

Source: https://github.com/simplenodeorm/simplenodedesigner.git

For more detailed information see Query Designer Documentation

This application is designed to work with simplenodeorm installations.

Simple Node ORM - NPM
Simple Node ORM - GitHub
Simple Node ORM - Documentation