db_add_auto_id | Add an id Field |
db_add_col | Add a Column (Field). |
db_append_table | Append a Dataframe to a Table |
db_colnames | Show Column Names for a Table |
db_connect | Initialize Connection |
db_dim | Show dimensions of a table. |
db_drop_col | Drop (Delete) a Column (Field). |
db_fetch_query | Fetch Results from a Query |
db_fetch_table | Fetch a Table |
db_get_type | Get the Type of a Field. |
db_len | Show Length and Size of Tables. |
db_ls | List Tables in a Database. |
db_ncol | Count number of columns of a table. |
db_nrow | Count number of rows of a table. |
db_read_conf | Read Configuration |
db_rm | Remove a Table |
db_run_query | Run a Query |
db_send_table | Save a Dataframe as a Table |
db_set_type | Set the Type of a Field. |
db_str | Show structure of a table. |
db_str_all | Show structure of all tables. |
db_write_conf | Write Configuration |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.