pgmodels

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package pgmodels is a PostgreSQL-only test schema: native array columns are rejected by the DDL generator on other dialects, so they live apart from the portable testmodels.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Article

type Article struct {
	ID    int64 `sorm:"pk,auto"`
	Title string
	// Native arrays: text[] and bigint[]; nil slice ⇒ NULL.
	Tags []string `sorm:"array"`
	Nums []int64  `sorm:"array"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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