問題タブ [lokijs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
lokijs - How to hardcode / prepopulate LokiJS Database
I'm just starting off with LokiJS and I have one fundamental question I can't wrap my head around:
Is there a way to hardcode a LokiJS database? Or do I have do add all the data via Javascript?
It seems necessary to me, to have something like PHPMyAdmin to inspect/add/delete the actual data in the database, but I have found nothing so far, to do this with a LokiJS database. Isn't this a big loss in usability?