Documentation ¶
Overview ¶
Package ordereduuid is a SQL type converter from String to Binary by way of reordering the the most significant digits first as inspired by https://www.percona.com/blog/2014/12/19/store-uuid-optimized-way/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OrderedUUID ¶
OrderedUUID is the SQL type that is convertable from binary/bytes to string
func (*OrderedUUID) Scan ¶
func (o *OrderedUUID) Scan(value interface{}) error
Scan implements the Scanner interface.
Click to show internal directories.
Click to hide internal directories.