- Notifications
You must be signed in to change notification settings - Fork689
Plugins
Mathias Rangel Wulff edited this pageJul 11, 2015 ·1 revision
AlaSQL supports plugins but the feature is not yet documented.
Currently AlaSQL has one official plugins:
- ECHO (working demo)
include plugins directly:
<scriptsrc="alasql.min.js"></script><scriptsrc="alasql-echo.js"></script>
AndREQUIRE the plugin
alasql('REQUIRE ECHO');varres=alasql('ECHO 123');// logs 123 to the console
© 2014-2026,Andrey Gershun &Mathias Rangel Wulff
Please help improve the documentation by opening a PR on thewiki repo