Create
Creates a new SQL instance.
Create(Host, User, Pass, Database, Port=3306)
Arguments
| Argument | Default | Accepted values | What it does |
|---|---|---|---|
Host |
Required | Any valid value | Host value used by the operation. |
User |
Required | Any valid value | User value used by the operation. |
Pass |
Required | Any valid value | Pass value used by the operation. |
Database |
Required | Any valid value | Database value used by the operation. |
Port |
3306 |
Any valid value | Port value used by the operation. |
Output
Creates a new SQL object.