Open
Description
Hej,
are there any plans to support SQLite3 as database driver? I am developing my apps with SQLite3 on my machine and with MySQL on the production server. So far I cannot use this package as much as I would like to. And I don't think that I would be this hard:
- use
LENGTH()
instead ofCHAR_LENGTH()
- escape column names because SQLite3 does not support a number as the first character of a column name
If you would like I could create a pull request. I only need one hint: where are the columns like 0_post_key
are defined? Couldn't find it for now.