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

# Functions

Handle create table.
Handle delete.
Handle find.
Handle inserts.
Handle join.
Handle write lock requests.
Handle pretty printing.
Handle select.
Handle transaction.
Handle update.
Construct a new graph.
Construct a new lock manager.
Get a pointer to a new transaction manager.
Transaction REPL.

# Constants

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

# Structs

Edge.
Graph.
Lock manager handles transaction-level locks over database resources.
A resource.
Each client can have a transaction running.
Transaction Manager manages all of the transactions on a server.

# Type aliases

Indicates whether a lock is a reader or a writer lock.