There was an error while loading. Please reload this page.
REQUIRE
This command is using for loading AlaSQL plugins (standard or custom) or any other JavaScript files:
Syntax:
REQUIRE std-plugin, "filename.js", ...
The list of [standard plugins](Standard Plugins).
Example:
REQUIRE ECHO; ECHO 1; REQUIRE "./myfn.js"; -- SELECT myfn(a) FROM one;
See also: SOURCE
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL