Categorygithub.com/pnuggz/mysqalx
modulepackage
1.0.1
Repository: https://github.com/pnuggz/mysqalx.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Connect to a database.
New creates a new Node with the given DB.
SavePoint option enables PostgreSQL and SQLite Savepoints for nested transactions.

# Variables

ErrIncompatibleOption is returned when using an option incompatible with the selected driver.
ErrNotInTransaction is returned when using Commit outside of a transaction.

# Interfaces

A Driver can query the database.
A Node is a database driver that can manage nested transactions.

# Type aliases

Option to configure sqalx.