ykdojo / StreamForce

CRM (Chatter Relationship Management) for Twitch streamers, used to keep track of who is who in the chat
MIT License
4 stars 0 forks source link

FEATURE REQUEST: DB driven #3

Open GrahamTheDevRel opened 6 months ago

GrahamTheDevRel commented 6 months ago

From the stream: it would be nice to upgrade this to have the data stored in a DB rather than localstorage.

Main Reasons:

  1. LocalStorage can get wiped, especially if you are purging for testing purposes.
  2. LocalStorage's size limit means that if you use this over time there is the possibility of filling the storage
  3. Having it DB driven would make it searchable and allow for more fields to be easily added, as well as adding date stamps to notes etc. (as data storage limits in localStorage make this impractical).

Nice project bud!

ykdojo commented 6 months ago

Thanks Graham! This could be a nice paid feature

What DB would you suggest?