# Functions
NewSentrySQL is a wrapper for driver.Driver that provides tracing for SQL queries.
NewSentrySQLConnector is a wrapper for driver.Connector that provides tracing for SQL queries.
WithDatabaseName specifies the name of the current database.
WithDatabaseSystem specifies the current database system.
WithServerAddress specifies the address and port of the current database server.
# Constants
MSSQL specifies the Microsoft SQL Server database system.
MySQL specifies the MySQL database system.
Oracle specifies the Oracle database system.
PostgreSQL specifies the PostgreSQL database system.
SQLite specifies the SQLite database system.
# Type aliases
DatabaseSystem points to the list of accepted OpenTelemetry database system.
No description provided by the author