package
0.0.0-20240208091048-5afa497535de
Repository: https://github.com/axenos-dev/sse-openai-server.git
Documentation: pkg.go.dev

# Functions

Create creates all table resources using the given schema driver.
NewSchema creates a new schema client.

# Variables

ChatDbsColumns holds the columns for the "chat_dbs" table.
ChatDbsTable holds the schema information for the "chat_dbs" table.
Tables holds all the tables in the schema.
WithDropColumn sets the drop column option to the migration.
WithDropIndex sets the drop index option to the migration.
WithForeignKeys enables creating foreign-key in schema DDL.
WithGlobalUniqueID sets the universal ids options to the migration.

# Structs

Schema is the API for creating, migrating and dropping a schema.