Documentation
¶
Overview ¶
Package sqlite3extended is a workaround for disabled by default math functions in sqlite3 Unfortunately those math functions can be only enabled with build tag, Which means that we would need to force everyone, who is running any command like go build|run|test, to include also -tag "sqlite_math_functions" which looks like pretty big overhead and potential source of many registered issues just because someone overlooked that he needs to set this tag.
Index ¶
Constants ¶
View Source
const NAME = "sqlite3_extended"
NAME is the name of the driver registered by this package.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.