A class to connect with RDBMS
1 2  | RDBMS(RDBMS.type = "mysql", user = "root", password = "",
  host = "127.0.0.1", dbname)
 | 
RDBMS.type | 
 the RDBMS type. By default 'mysql', at the moment (the only supported)  | 
user | 
 the user for the RDBMS connection  | 
password | 
 the password for the RDBMS connection  | 
host | 
 the host for the RDBMS connection  | 
dbname | 
 the dataBase name for the RDBMS connection  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.