package
0.0.0-20231109213423-8a2c9d08a1e4
Repository: https://github.com/csci1270-fall-2023/dbms-projects-handout.git
Documentation: pkg.go.dev

# Functions

Creates a DB Repl for the given index.
Get a temporary db file.
Handle create table.
Handle delete.
Handle find.
Handle insert.
Handle pretty printing.
Handle select.
Handle update.
Opens a database given a data folder.

# Constants

No description provided by the author
No description provided by the author

# Structs

Database interface.

# Interfaces

Index interface.

# Type aliases

An index can either be a B+Tree or a Hash Table.