package
4.9.0
Repository: https://github.com/upper/db.git
Documentation: pkg.go.dev

# README

SQLServer adapter for upper/db

Please read the full docs, acknowledgements and examples at https://upper.io/v4/adapter/mssql/.

# Functions

New creates a sqlbuilder.Sesion instance by wrapping a *sql.DB value.
NewTx creates a sqlbuilder.Tx instance by wrapping a *sql.Tx value.
Open establishes a connection to the database server and returns a db.Session instance (which is compatible with db.Session).
ParseURL parses s into a ConnectionURL struct.

# Constants

Adapter is the public name of the adapter.

# Structs

ConnectionURL implements a MSSQL connection struct.