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

Support sqlite as a DB driver #210

Closed
djdefi opened this issue Jun 7, 2017 · 3 comments
Closed

Support sqlite as a DB driver #210

djdefi opened this issue Jun 7, 2017 · 3 comments

Comments

@djdefi
Copy link
Contributor

djdefi commented Jun 7, 2017

Setting sqlite as the DB_DRIVER does not work currently, ref: #208

Likely need to look into how to create the database, and set correct variables etc.

@tonglil
Copy link

tonglil commented Aug 4, 2017

@djdefi hey, I did some hacking and was able to get this running with these changes:

https://github.com/tonglil/Docker/tree/sqlite-hacks.

@djdefi
Copy link
Contributor Author

djdefi commented Sep 7, 2017

Thanks @tonglil -- It looks like all we would need to do is add the sqlite sb creation bits, and instruct folks to not set the DB credential section?This part seems like it is what allows it to work: master...tonglil:sqlite-hacks#diff-b958f585a04af5ee2087610ea7180f34R185

@djdefi
Copy link
Contributor Author

djdefi commented Nov 3, 2017

Well, I attempted this, but it is being a pain to add to the test suite. Not sure if it is worth the effort anymore. I am going to close this out, but feel free to pick up my PR #247 if anyone is so inclined and really want sqlite support.

@djdefi djdefi closed this as completed Nov 3, 2017
@djdefi djdefi added the wontfix label Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants