- Notifications
You must be signed in to change notification settings - Fork689
REQUIRE
Mathias Rangel Wulff edited this pageJun 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; ECHO1; REQUIRE"./myfn.js";--SELECT myfn(a)FROM one;
See also:SOURCE
© 2014-2026,Andrey Gershun &Mathias Rangel Wulff
Please help improve the documentation by opening a PR on thewiki repo