sqlite

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package sqlite implements the s9l driver for SQLite using the pure-Go modernc.org/sqlite driver (CGO-free), keeping cross-compilation and single-binary distribution intact.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver struct{}

Driver opens SQLite databases. The DSN is a file path, or ":memory:" for an in-memory database.

func (Driver) Name

func (Driver) Name() string

Name returns the driver identifier.

func (Driver) Open

func (Driver) Open(ctx context.Context, dsn string) (driver.Conn, error)

Open establishes a connection to the SQLite database at dsn.

Jump to

Keyboard shortcuts

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