11
What type of program should this be?
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Does this program need to save the data for the CRUD part?
If so, it's best to make it into a standalone program that writes to a DB and maybe also provides APIs to external programs to query the data from the DB.