generate-schema icon indicating copy to clipboard operation
generate-schema copied to clipboard

SQLite support

Open billymoon opened this issue 8 years ago • 2 comments

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..?

billymoon avatar Oct 22 '17 14:10 billymoon

Sounds good to me, also I was thinking about that as well. I would also like to add PSQL support 👍

nijikokun avatar Nov 13 '17 19:11 nijikokun

Actually it appears like we would need to create a new schema definition due to timestamps:

http://www.sqlite.org/datatype3.html

nijikokun avatar Nov 13 '17 19:11 nijikokun