rasmusbergpalm / jslate

Write your dashboards in pure html/js
jslate.com
244 stars 54 forks source link

sqlite3 problems. #55

Closed hpeyerl closed 10 years ago

hpeyerl commented 10 years ago

Trying to bring up on a small embedded target. Has jslate been tested with Datasource/Database/Sqlite.php? There appear to be many syntactical issues with the SQL when used with sqlite3.

ie: AUTO_INCREMENT, ENGINE=, COLLATE=utf8*, KEY, and so forth.

rasmusbergpalm commented 10 years ago

Nope, havn't tested it against sqlite. A pull request to make it work and you're a hero!