Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Migrations ¶ added in v0.53.0
Migrations returns migrations to be applied on top of the "shared" migrations for the "pgroonga" search module to work, the "pgroonga" migrations IDs range is [1xxxxx ... 19xxxx]
func SearchFn ¶ added in v0.53.0
func SearchFn(ctx context.Context, q sqlx.QueryerContext, query persistence.SearchQuery) (persistence.QueryResult[persistence.SearchQueryResultItem, string], error)
SearchFn is an implementation of the search module based on the "pgroonga" DB extension.
func SessionParams ¶ added in v0.53.0
SessionParams returns a map of k:v pairs, which represent DB settings to be applied as soon as the DB session is started. This may be needed to tweak parameters of the DB extension, since some controlled DB envs (e.g. RDS) do not always allow to modify system or DB settings on a permanent basis (i.e. ALTER SYSTEM/DATABASE SET..).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.