Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
ViewBuilderConfig
Interface ViewBuilderConfig
interface
ViewBuilderConfig
{
algorithm
?:
"undefined"
|
"merge"
|
"temptable"
;
definer
?:
string
;
sqlSecurity
?:
"definer"
|
"invoker"
;
withCheckOption
?:
"cascaded"
|
"local"
;
}
Index
Properties
algorithm?
definer?
sql
Security?
with
Check
Option?
Properties
Optional
algorithm
algorithm
?:
"undefined"
|
"merge"
|
"temptable"
Optional
definer
definer
?:
string
Optional
sql
Security
sqlSecurity
?:
"definer"
|
"invoker"
Optional
with
Check
Option
withCheckOption
?:
"cascaded"
|
"local"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
algorithm
definer
sql
Security
with
Check
Option
Documentation
Loading...