package
0.0.0-20230719143739-37de26ce6741
Repository: https://github.com/gobench-io/gobench.git
Documentation: pkg.go.dev
# Functions
NewSchema creates a new schema client.
# Variables
ApplicationsColumns holds the columns for the "applications" table.
ApplicationsTable holds the schema information for the "applications" table.
CountersColumns holds the columns for the "counters" table.
CountersTable holds the schema information for the "counters" table.
GaugesColumns holds the columns for the "gauges" table.
GaugesTable holds the schema information for the "gauges" table.
GraphsColumns holds the columns for the "graphs" table.
GraphsTable holds the schema information for the "graphs" table.
GroupsColumns holds the columns for the "groups" table.
GroupsTable holds the schema information for the "groups" table.
HistogramsColumns holds the columns for the "histograms" table.
HistogramsTable holds the schema information for the "histograms" table.
MetricsColumns holds the columns for the "metrics" table.
MetricsTable holds the schema information for the "metrics" table.
Tables holds all the tables in the schema.
TagsColumns holds the columns for the "tags" table.
TagsTable holds the schema information for the "tags" table.
WithDropColumn sets the drop column option to the migration.
WithDropIndex sets the drop index option to the migration.
WithFixture sets the foreign-key renaming option to the migration when upgrading ent from v0.1.0 (issue-#285).
WithGlobalUniqueID sets the universal ids options to the migration.