Categorygithub.com/cznic/db
modulepackage
0.0.0-20181122101858-661fca3aa13d
Repository: https://github.com/cznic/db.git
Documentation: pkg.go.dev

# README

github.com/cznic/db has moved to modernc.org/db (vcs).

Please update your import paths to modernc.org/db.

This repo is now archived.

# Functions

NewDB returns a newly created DB backed by s or an error, if any.

# Structs

BTree is a B+tree.
BTreeCursor provides enumerating BTree items.
DB represents a database.
DList is a node of a doubly linked list.
SList is a node of a single linked list.

# Interfaces

Storage represents a database back end.