package
1.14.0
Repository: https://github.com/rudderlabs/sqlconnect-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

left <= v <= right.
=.
>.
>=.
IN (...).
left >= now() - INTERVAL right.
LIKE.
<.
<=.
v < left OR v > right.
!=.
NOT IN (...).
NOT LIKE.
IS NOT NULL.
IS NULL.

# Type aliases

No description provided by the author