Documentation ¶
Index ¶
- Constants
- func Connect(ctx context.Context, dsn string) (_ store.Storer, err error)
- func DataDefiner(dbName string, conn *sqlx.DB) *dataDefiner
- func DeepIdentJSON(asJSON bool, jsonDoc exp.Expression, pp ...any) exp.LiteralExpression
- func Dialect() *postgresDialect
- func InformationSchema(conn *sqlx.DB) *informationSchema
- func NewConfig(dsn string) (c *rdbms.ConnConfig, err error)
- type TypeTime
Constants ¶
View Source
const (
// base for our schemas
SCHEMA = "postgres"
)
Variables ¶
This section is empty.
Functions ¶
func DataDefiner ¶
func DeepIdentJSON ¶
func DeepIdentJSON(asJSON bool, jsonDoc exp.Expression, pp ...any) exp.LiteralExpression
DeepIdentJSON constructs expression with chain of JSON operators that point value inside JSON document
func InformationSchema ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.