generate-schema
generate-schema copied to clipboard
SQLite support
I had a quick look at adding SQLite support, based on MySQL method, and it turns out MySQL method returns valid SQLite syntax already. Perhaps it would be worth exporting sqlite as an alias of mysql method, so in the future if they diverge they could be separated..?
Sounds good to me, also I was thinking about that as well. I would also like to add PSQL support 👍
Actually it appears like we would need to create a new schema definition due to timestamps:
http://www.sqlite.org/datatype3.html