package
0.15.0
Repository: https://github.com/go-faster/oteldb.git
Documentation: pkg.go.dev

# README

DDL Generator

TODO:

  • Enum generation
  • DSL for enum
  • DSL for compression codecs
  • Go code generation
    • Enums
    • Table helper initialization

Migrations

Should support migrations on later stages of development via ALTER TABLE statements.

# Functions

Backtick adds backticks to the string.
Generate DDL without CREATE TABLE statement.

# Structs

Column of [Table].
Table description.