JaDE
JaDE copied to clipboard
JaDE (Javascript Database Engine) is an in-memory Javascript database.
Results
2
JaDE issues
Sort by
recently updated
recently updated
newest added
When updating an object, if the changes affect indexed properties then the full-text index should be updated to reflex those changes. There could also be a refresh method that allows...
Enhancements
When doing a get() to retrieve all objects be sure to clone the array (using splice) so that modifications to that array don't affect the database's store.
Enhancements