RxIDB - Dynamic Database
Introduction After a deep dive into the programming world, I felt it was time to return to the familiar realm of medicine. I paused for a moment to reflect: with my current understanding of app development, how can I address some common needs of pharmacists? In the past, we often relied on no-code platforms like Open As App and Wistify to convert spreadsheets into databases. While convenient, these platforms often came with limitations, specifically imperfect implementations and premium pricing. That’s when the idea came: what if we built a PWA that directly parses data from a public spreadsheet into a local IndexedDB? Thus, RxIDB was born. Start Using the App To begin using the app, go to Settings. Click Import New Database. Name your database and paste the public Google Sheet URL (make sure it is shared with "Anyone with the link can view"). An optional informational URL which will be used to hyperlink the database in the main page. Here are a few important things to ta...