Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteDatetime ¶
SQLiteDatetime offers interoperability between SQLite's lack of Datetime types and go's time.Time. Inspired from github.com/mattn/go-sqlite3.
func NewSQLiteDatetime ¶
func NewSQLiteDatetime(t time.Time) SQLiteDatetime
func (*SQLiteDatetime) Scan ¶
func (sdt *SQLiteDatetime) Scan(src any) error
type SQLiteJSON ¶
type SQLiteJSON[J any] struct { JSON J }
func NewSQLiteJSON ¶
func NewSQLiteJSON[J any](val J) SQLiteJSON[J]
func (*SQLiteJSON[J]) Scan ¶
func (sj *SQLiteJSON[J]) Scan(src any) error
Click to show internal directories.
Click to hide internal directories.