* {{Code|element(sql:options):}} {{Code|<sql:options/>}} must be used as root element, and the options are specified as child nodes, with the element name representing the key and the text node representing the value:<br /
/>{{Code|<sql:options><br/> <sql:autocommit>true</sql:autocommit><br/> ...<br/></sql:options>}}
* [[Map Module|map structure]]: all options can be directly represented as key/value pairs:<br />{{<code>Code|map { "autocommit" := "true", ... }}}</code><br/>
|-
| '''Errors'''