You are viewing a single comment's thread from:

RE: Scholar Account Setup

in Open Genie6 months ago

State management between applet closure is likely the most involved part of this to be honest. You know SQL eh? I'd propose using sequelize ORM with MariaDB(SQL of choice for me) or maybe a SQLite DB?

Appreciate the further flush out of the intended design / actions. Helps immensely

Sort:  

OR....

We node-cron everything and avoid the DB altogether for this initial biuld././ leave that for you to do?

node-cron and some .json files persisted to disk should be enough you reckon?

yes, that sounds pretty ideal