Contributor
Divyansh Chawla

rsqliteadmin : sqlite admin tool in R shiny


Mentors
Marlon E. Cobos, Thiloshon Nagarajah, Narayani Barve, Vijay Barve
Organization
R Project for Statistical Computing

R currently supports working on SQLite databases through the RSQLite package. SQLite is a RDBMS which is light and highly efficient for small scale projects. However, managing and querying databases even for those small projects is a tedious task if you have to write out code for every particular query and update operation. This project aims to solve that problem by providing a convenient and user friendly interface to explore, manage and update SQLite Databases.