albingroen / prismabuilder.io

Build your Prisma schema visually in this easy-to-use web based tool
https://www.prismabuilder.io
279 stars 30 forks source link

Save data to local storage #4

Closed albingroen closed 2 years ago

albingroen commented 2 years ago

Data is currently just stored in memory, resulting in a clean slate after reloading the page. This was a decision I took to lower the barrier to shipping.

Now would probably be a good time to implement data saving to local storage throughout the app.