dtajax2sql
v0.1.5
Published
A set of functions to help convert DataTables server-side AJAX calls into SQLite ANSI SQL
Downloads
196
Readme
dtajax2sql
A set of functions to help convert DataTables server-side AJAX calls into SQLite ANSI SQL.
WARNING: This is nowhere close to production-ready. Please don't use this package until this warning is removed and the version hits >= 0.5.0
WARNING: The escaping rules for SQLite are different than those of other data bases. This is, as of now, only safe for use against SQLite DBs.