sqlite

package
v0.0.1-rc.3 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package sqlite provides a SQLite-backed storage driver using ent ORM.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver struct {
	*entdriver.EntDriver
}

Driver implements storage.Driver using SQLite via the ent driver

func NewDriver

func NewDriver(ctx context.Context, dbPath string) (*Driver, error)

NewDriver creates a new SQLite-backed storer. The dbPath can be a file path or ":memory:" for an in-memory database.

Jump to

Keyboard shortcuts

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