package
3.3.1+incompatible
Repository: https://github.com/pengsrc/upper-db.git
Documentation: pkg.go.dev

# README

SQLServer adapter for upper.io/db

See the full docs, acknowledgements and examples at https://upper.io/db.v3/mssql

# Functions

New wraps the given *sql.DB session and creates a new db session.
NewTx wraps a regular *sql.Tx transaction and returns a new upper-db transaction backed by it.
Open stablishes a new connection with the SQL server.
ParseURL parses s into a ConnectionURL struct.

# Constants

Adapter is the public name of the adapter.

# Structs

ConnectionURL implements a MSSQL connection struct.