package
0.0.0-20240425192957-e42ac2122af8
Repository: https://github.com/celestebrant/library-of-books.git
Documentation: pkg.go.dev

# 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