RaynorUE / snich

Application for code work on a ServiceNow Instance
22 stars 4 forks source link

Consider something like NeDB for data storage instead of flat JSON files.. #199

Closed RaynorUE closed 8 months ago

RaynorUE commented 8 months ago

JSON files are fine. However, need to upgrade to allow some "Caching" for performance and reducing disk writes. This will also help when writing multiple files and it checking to see if the file exists or not.