/shiny_crud

Example Shiny apps implementing CRUD database functionality

Primary LanguageR

shiny_crud

These are basic examples of Shiny apps performing CRUD (Create, Read, Update, Delete) database operations.

We have added CRUD functionality to a lot of Shiny apps, and, in doing so, we have learned a few things. These apps implement CRUD functionality "best practices" based on our learnings.

App Blog Post Live App
01_traditional https://www.tychobra.com/posts/2020-01-29-shiny-crud-traditional/ http://tychobra.shinyapps.io/crud_traditional
02_auditable https://www.tychobra.com/posts/2020-05-06-shiny-crud-auditable/ https://tychobra.shinyapps.io/crud_auditable/
03_traditional_polished COMING SOON https://tychobra.shinyapps.io/crud_polished/

We are always looking for ways to improve. Please open an issue if you have a suggestion for improvement.