jsondb

package
v0.0.0-...-113f59a Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Overview

Package jsondb provides a trivial "database": a Go object saved to disk as JSON.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB[T any] struct {
	// Data is the contents of the database.
	Data *T
	// contains filtered or unexported fields
}

DB is a database backed by a JSON file.

func Open

func Open[T any](path string) (*DB[T], error)

Open opens the database at path, creating it with a zero value if necessary.

func (*DB[T]) Save

func (db *DB[T]) Save() error

Save writes db.Data back to disk.

Jump to

Keyboard shortcuts

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