| hello | Hello, World! |
| sql_createtable | Creates a new table within a database |
| sql_delete | Deletes data from tables with SQL queries |
| sql_droptable | Drops tables from a SQlite database |
| sql_end | Removes the database connection |
| sql_init | Creates a global connection to a database |
| sql_insert | Inserts data into tables with SQL queries |
| sql_listtables | Function to list tables for a connection |
| sql_select | Runs a SQL Select query |
| sql_update | Updates an existing data table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.