version

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package version reports the version of the lsqlited daemon.

Versions follow HeadVer (https://github.com/line/headver): {head}.{yearweek}.{build}, baked in at build time with

go build -ldflags "-X github.com/chiwanpark/lsqlited/internal/version.version=1.2534.7"

Index

Constants

View Source
const DriverName = "sqlite3_lsqlited"

DriverName is a database/sql driver equivalent to the stock "sqlite3" one, plus FuncName.

View Source
const FuncName = "lsqlited_version"

FuncName is the SQL function reporting the version of the daemon executing the query.

Variables

This section is empty.

Functions

func Register

func Register(conn *sqlite3.SQLiteConn) error

Register makes FuncName available on conn.

func String

func String() string

String returns the HeadVer string of this build.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL