# Functions
Get Gets the current global service returns a SqlService pointer.
Init initiates the SqlDb service and global database factory returns a SqlDbService pointer.
No description provided by the author
New Creates a Sql service using the default configuration This uses the environment variables to define the connection and the database name, the variables are: SQLDB_CONNECTION_STRING: for the connection string SQLDB_DATABASENAME: for the database name returns a SQLDBService pointer.
No description provided by the author
No description provided by the author
NewWithOptions Creates a SQL service passing the options object returns a SqlService pointer.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SqlService structure.
SqlServiceOptions structure.