Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-10-07 | 917 Bytes | |
jsql-sx-uncommented.js | 2015-10-07 | 19.9 kB | |
jsql-sx.js | 2015-10-07 | 72.4 kB | |
Totals: 3 Items | 93.2 kB | 0 |
JSQL-SX Version 1.3
To use this API, copy the jsql-sx.js file to a suitable path under your web
server's document root and include the following line in your HTML pages:
<script src="js/jsql-sx.js" type="text/javascript></script>
The example assumes you have copied the file to the js directory under
your web server's document root.
If you prefer the stripped down (i.e. uncommented) version of the API,
download the jsql-sx-uncommented.js file and rename it to jsql-sx.js.
Main Differences to Version 1.2
- Added the ALTER functionality which allows to add, modify or drop a column
- Added INT as an alias to INTEGER
- Added BOOL as an alias to BOOLEAN
- The numbers 0 and 1 are now accepted as booleans
Please visit the Wiki for the on-going documentation: