Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.8"
Version is the Postgres database release version Cadence supports both MySQL and Postgres officially, so upgrade should be perform for both MySQL and Postgres
View Source
const VisibilityVersion = "0.9"
VisibilityVersion is the Postgres visibility database release version Cadence supports both MySQL and Postgres officially, so upgrade should be perform for both MySQL and Postgres
Variables ¶
View Source
var ( DefaultSchema = common.EmbeddedSchema(SchemaFS, Version, "cadence", "schema.sql") VisibilitySchema = common.EmbeddedSchema(SchemaFS, VisibilityVersion, "visibility", "schema.sql") )
View Source
var SchemaFS embed.FS
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.