| ▲ | subhobroto 8 hours ago | |||||||
I'll do one better. I suggest every developer learn how to replicate, backup and restore the very database they are excited about, from scratch at least once. I propose this will teach them what takes to build a production ready system and gain some appreciation for other ways of managing state. | ||||||||
| ▲ | gf000 6 hours ago | parent [-] | |||||||
If the app is not running, then `cp sqlite.db sqlite.db.BK` | ||||||||
| ||||||||