We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AlaSQL supports plugins but the feature is not yet documented.
Currently AlaSQL has one official plugins:
include plugins directly:
<script src="alasql.min.js"></script> <script src="alasql-echo.js"></script>
And REQUIRE the plugin
REQUIRE
alasql('REQUIRE ECHO'); var res = alasql('ECHO 123'); // logs 123 to the console
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL