Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite support #34

Open
billymoon opened this issue Oct 22, 2017 · 2 comments
Open

SQLite support #34

billymoon opened this issue Oct 22, 2017 · 2 comments

Comments

@billymoon
Copy link

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

@nijikokun
Copy link
Owner

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

@nijikokun
Copy link
Owner

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants