alexberriman / newtondb

A simple, easy to use and extendible JSON database.
https://github.com/alexberriman/newtondb
MIT License
17 stars 1 forks source link

Query caching #7

Open alexberriman opened 2 years ago

alexberriman commented 2 years ago

If executing the same query and know that the data source hasn't changed, should be able to return a cached result.