Show HN: Crudcast – Create and Deploy a RESTful API with a Few Lines of YAML(github.com)
github.com
Show HN: Crudcast – Create and Deploy a RESTful API with a Few Lines of YAML
https://github.com/chris104957/crudcast
1 comments
Sounds like you are restoring a backup into your live database instead of restoring it into a fresh instance where you can be assured of the state of the database. It’s best practice where a database instance costs you practically nothing.
Thanks for the feedback. I'd eventually like to add support for other DB types, but these would probably still be document-oriented due to the complexity of managing a SQL database through something like this
Its one thing to lose a few hours of data to MongoDB corruption on an internal service where the data can be mostly recreated without impacting or requiring anything from users & customers, but exposing users to that risk is unacceptable IMO.