# Functions
NewBookFromRequest constructs a Book instance from a CreateBookRequest.
NewMysqlStorage opens a new connection to the DB via the mysql driver.
# Structs
Book defines the schema for a book record suitable for storage in an SQL database, including a unique identifier, title, author, and creation time.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author