react-diagrams icon indicating copy to clipboard operation
react-diagrams copied to clipboard

how to save to db?

Open herbiel opened this issue 2 years ago • 1 comments

how to save to db?

herbiel avatar Jun 15 '22 04:06 herbiel

@herbiel serialize the diagram, save that to your database of choice as JSON/string, then deserialize it when you load it next. If you don't know how to save something to your database go look at tutorials in your backend language of choice.

jessehanley avatar Sep 22 '22 05:09 jessehanley