- 
                Notifications
    
You must be signed in to change notification settings  - Fork 690
 
Plugins
        Mathias Rangel Wulff edited this page Jul 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:
    <script src="alasql.min.js"></script>
    <script src="alasql-echo.js"></script>And REQUIRE the plugin
    alasql('REQUIRE ECHO');
    var res = alasql('ECHO 123');  // logs 123 to the console© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo