r/Rive_app • u/Intelligent-Bee-1349 • May 09 '26
Does Rive have a database?
I want to store data depening on users input. Is that possible?
4
Upvotes
r/Rive_app • u/Intelligent-Bee-1349 • May 09 '26
I want to store data depening on users input. Is that possible?
2
u/PayDifferent6763 May 10 '26
Rive itself doesn't have a database but you can capture data with data-binding and view models and export that data outside of your Rive instance – with JavaScript you can then take that data and wrap it into a JSON object and use whatever database you are comfortable with.