sql
Method | Purpose | Example |
useAuth(name) | Uses the stored credentials with this name | |
openDB(url) | Opens a connection to the database using this connection string | |
sql(query) | Runs a query and returns a list of maps |
Method | Purpose | Example |
useAuth(name) | Uses the stored credentials with this name | |
openDB(url) | Opens a connection to the database using this connection string | |
sql(query) | Runs a query and returns a list of maps |