memdb

package
v0.8.5 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(oid schema.OID) interface{}

func NewCatalog

func NewCatalog() *db

func PutL

func PutL(objects []schema.Object)

Types

type Table

type Table interface {
	New(any) schema.OID
	Put(schema.OID, any)
	Delete(schema.OID)
	List() []schema.OID
	Has(v any, oid schema.OID) bool
}

Jump to

Keyboard shortcuts

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