Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool bool
Bool is a simple wrapper around the built-in bool type that implements the database driver.Valuer interface. It converts Go boolean values to database-compatible integer values (1 for true, 0 for false). This is useful when you need to store boolean values in databases that don't have native boolean support.
Click to show internal directories.
Click to hide internal directories.