query

package
v0.0.0-...-1738e17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteBook

func DeleteBook(db *gorm.DB, id int) error

func GetBookByID

func GetBookByID(db *gorm.DB, id int) (*model.Book, error)

func GetBooks

func GetBooks(db *gorm.DB) ([]model.Book, error)

func GetGenres

func GetGenres(db *gorm.DB) ([]string, error)

func PostBook

func PostBook(db *gorm.DB, book model.Book) error

func UpdateBook

func UpdateBook(db *gorm.DB, id int, updatedBook model.Book) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL