Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

crud.go

  • Réthelyi Bálint's avatar
    52300cf1
    Add basic CRUD operations in db/crud.go · 52300cf1
    Réthelyi Bálint authored
    Implemented basic CRUD (Create, Read, Update, Delete) operations for users, products, and spend data. These operations allow the other parts of the application to interact with the database, providing fundamental backend functionalities required for user management, product management, and tracking expenses.
    52300cf1
    History
    Add basic CRUD operations in db/crud.go
    Réthelyi Bálint authored
    Implemented basic CRUD (Create, Read, Update, Delete) operations for users, products, and spend data. These operations allow the other parts of the application to interact with the database, providing fundamental backend functionalities required for user management, product management, and tracking expenses.