Commercial enterprise offerings
2025-01-13

Connecting Shiny Apps to Databases with Posit Team

Share

Many of us learned to work with data on our laptop, but at work data is increasingly stored in databases. Join us with Sara Altman, who leads us through building a Shiny app that reads from and writes to a database - using DuckDB.

Sara will cover how to:

1. Set up a connection to DuckDB from a Shiny app

2. Query the database using R or Python

3. Use editable tables to enable users to write back to the database

4. Securely deploy your app to Posit Connect