package
0.0.0-20240221193959-876b2d52ae2b
Repository: https://github.com/cockroachdb/examples-orms.git
Documentation: pkg.go.dev
# Structs
Customer is a model in the "customers" table.
Order is a model in the "orders" table.
OrderProduct is a model in the "order_products" table.
Product is a model in the "products" table.