-
Notifications
You must be signed in to change notification settings - Fork 665
REQUIRE
Mathias Rangel Wulff edited this page Jun 12, 2015
·
3 revisions
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
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo