# Functions
Open extends the usual API of sql.Open so you can specify the name of the service under which the traces will appear in the datadog app.
OpenTraced will first register the traced version of the `driver` if not yet registered and will then open a connection with it.
Register takes a driver and registers a traced version of this one.