schema

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Name          string
	Type          string
	Nullable      bool
	PrimaryKey    bool
	AllowedValues []string // For Enums/Sets
}

Column represents a single field in a schema.

type Schema

type Schema struct {
	Name    string
	Columns []Column
}

Schema represents the structure of a database table or collection.

Jump to

Keyboard shortcuts

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