Discover Packages
github.com/viant/sqlx
types
package
Version:
v0.16.2
Opens a new window with list of versions in this module.
Published: Dec 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
InlineStruct to inline structs
BitBool is an implementation of a bool for the MySQL type BIT(1).
This type allows you to avoid wasting an entire byte for MySQL's boolean type TINYINT.
Scan implements the sql.Scanner interface,
and turns the bitfield incoming from MySQL into a BitBool
Value implements the driver.Valuer interface,
and turns the BitBool into a bitfield (BIT(1)) for MySQL storage.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.