package
0.0.0-20241028171517-0d900cc159b8
Repository: https://github.com/kamijoucen/notesync.git
Documentation: pkg.go.dev

# Functions

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

# Variables

FileItemsColumns holds the columns for the "file_items" table.
FileItemsTable holds the schema information for the "file_items" table.
RepositoriesColumns holds the columns for the "repositories" table.
RepositoriesTable holds the schema information for the "repositories" 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.