Skip to main content
Ctrl+K

model

  • Setting up a project
  • The Go runtime module
  • Go and PostgreSQL
  • Go REST endpoints
  • Time input behavior

model

model#

Generate Go, Python, and TypeScript types from a directory of YAML type definitions.

  • Setting up a project
    • Install
    • Minimal conf.py
    • Document a model directory
    • Cross-references
    • Markdown descriptions
    • model.toml
    • Linking generated annotations
    • Preview
  • The Go runtime module
    • Why a module rather than a copy
    • What you use
    • What you do not
    • Dependencies
  • Go and PostgreSQL
    • Operations
    • Stored rows that fail validation
    • Transactions
    • Connections
  • Go REST endpoints
    • Endpoints
    • Bodies
    • Entity tags and conditional requests
    • Errors
  • Time input behavior
    • The problem
    • Rules
    • Reading a bare hour
    • Scope of a bias
    • Why the input reports its reading

next

Setting up a project

By Author name not set