You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project utilizes Go programming language (Golang) to interact with a MySQL database. The main feature of this project is a simple CRUD (Create, Read, Update, Delete) operation on a single "Inventory" table with four columns: `id`, `name`, `quantity`, and `price`.