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

# Functions

Convert a textual log to its respective struct.
Handle abort.
Handle checkpoint.
Handle crash.
Handle create table.
Handle delete.
Handle find.
Handle insert.
Handle join.
Handle write lock requests.
Handle pretty printing.
Handle select.
Handle transaction.
Handle update.
Construct a recovery manager.
Primes the database for recovery.
Recovery REPL.

# Constants

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

# Structs

Recovery Manager.

# Interfaces

Interface that all Log structs share.

# Type aliases

The type of edit action.