As much as possible, route calls to the database table to here. This function will abstract away problems with differences between databases.
1 | db_get_table(con, table_name = "glucose_records")
|
con |
valid database connection |
table_name |
string name for a table in the database (usual 'glucose_records' or 'notes_records') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.