Timeline for Ways to store objects, inherited from one superclass in a database
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 20, 2018 at 7:50 | vote | accept | Zmur | ||
| Jan 20, 2018 at 7:50 | comment | added | Zmur | @turdus-merula This may actually work for me. Thank you! | |
| Jan 19, 2018 at 21:17 | comment | added | turdus-merula | @Zmur, then you could simply obtain a JSON representation of the whole drawing sheet (or, for that matter, a SVG representation) and save it in the database. A single table: drawing. select id, data from drawing where user = .... | |
| Jan 19, 2018 at 17:28 | comment | added | Zmur | I want just to persist objects. In case the server goes down. | |
| Jan 19, 2018 at 6:05 | history | answered | Mark Benningfield | CC BY-SA 3.0 |