Skip to content
Dan Kranz edited this page Sep 2, 2021 · 10 revisions

Noodle

Noodle is an in-memory database for JavaScript applications.

Install

Clone or download the Noodle repository to create a local copy on your computer.

Include the following in your HTML header:

Required:
<script src="path-to-noodle/libs/Roots.js"></script>
<script src="path-to-noodle/libs/Noodle.js"></script>
Optional:
<script src="path-to-noodle/libs/RootsIO.js"></script>
<script src="path-to-noodle/libs/NoodleDatabase.js"></script>
Note:

The files within libs/node_modules are only necessary to run the demo application.

Clone this wiki locally