Back to Pocketbase

Function saveView

static/jsvm/functions/_app.saveView.html

latest615 B
Original Source

Function saveView

  • saveView(dangerousViewName, dangerousSelectQuery): void

SaveView creates (or updates already existing) persistent SQL view.

NB! Be aware that this method is vulnerable to SQL injection and its arguments must come only from trusted input!

Parameters

dangerousViewName: string
dangerousSelectQuery: string

Returns void

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc