models

command
v0.41.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2026 License: AGPL-3.0 Imports: 5 Imported by: 0

README

Models

This example demonstrates using struct-based models with the ORM for type-safe database operations.

Features Demonstrated

  • Defining models with struct tags
  • Custom table names with TableName() method
  • Creating records with models
  • Finding records by ID
  • Updating records with models
  • Querying multiple records into slices
  • Working with foreign keys
  • Soft deletes

Running the Example

cd examples/models
go run main.go

Prerequisites

  • SQLite database (or modify the DSN to use your preferred database)
  • users and posts tables should exist in the database with appropriate schema

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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