bullmq - v6.2.0
Preparing search index...
v6
assertSchemaCompatibility
Function assertSchemaCompatibility
assertSchemaCompatibility
(
client
:
PgQueryable
,
schema
?:
string
,
options
?:
{
skipVersionCheck
?:
boolean
}
,
)
:
Promise
<
number
>
Checks schema and server compatibility with one read and without locks or DDL.
Parameters
client
:
PgQueryable
schema
:
string
= DEFAULT_SCHEMA
options
:
{
skipVersionCheck
?:
boolean
}
= {}
Returns
Promise
<
number
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
bullmq - v6.2.0
Loading...
Checks schema and server compatibility with one read and without locks or DDL.