package
Version:
v0.0.0-...-d63d437
Opens a new window with list of versions in this module.
Published: Sep 1, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Product struct {
ID string `sql:"id,primary"`
Name string `sql:"name"`
Description string `sql:"description"`
Category *string `sql:"category"`
Price float64 `sql:"price"`
Stock int `sql:"stock"`
CreatedAt time.Time `sql:"created_at"`
}
type User struct {
Key int `sql:"user_key,primary"`
Name string `sql:"username"`
Age int
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.