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

Get SQLite Working #12

Open
z3ugma opened this issue Jan 4, 2017 · 9 comments
Open

Get SQLite Working #12

z3ugma opened this issue Jan 4, 2017 · 9 comments

Comments

@z3ugma
Copy link

z3ugma commented Jan 4, 2017

I love what you're doing here with this pattern. What are the big barriers to getting SQLite working?

@keredson
Copy link
Owner

keredson commented Jan 4, 2017

thanks!

sqlite is tricky, as it doesn't support a number of the normal schema modification SQL commands. (and often requires created a new table, copying data, and deleting the old.) but i've already been through it the the django version of this tool, so prob. can pull out a lot of my old notes, and it'd be mostly rote work + testing.

are you using sqlite in production somewhere? i could be pretty easily talked into implementing it, if you're serious about using it, and would be willing to help test and whatnot.

@faisalraja
Copy link

I support this feature. We use sqlite for local and PostgreSQL on production.

@JosXa
Copy link

JosXa commented Mar 15, 2018

Hi, SQLite is still not listed in the supported dbs a year later. Is this still on your roadmap? :)

@metalcamp
Copy link

@faisalraja why would you even think of doing that? Development must match production. Unless you develop on production. :>

@faisalraja
Copy link

@metalcamp we did switch to postgresql on local but still kept bunch of our integration tests on sqlite. I actually made an auto migration also with sqlite support since I used the peewee way of adding columns but it's in that closed source project.

@z3ugma
Copy link
Author

z3ugma commented Nov 1, 2018

For what it’s worth, I am using SQLite in both dev and production.

@leosok
Copy link

leosok commented Nov 13, 2018

Your tool is amazing. And works like a charm with MySql. Sqlite would be so great - your migration tool should not be the reason to change DB :-) How could we help?

@Nixellion
Copy link

2 years later still hoping for sqlite. I do use it in production quite a bit. Its great for websites and small to medium deployments. Portability is also quite useful in a lot of cases.

@crossmax
Copy link

I'm here because I was thinking library support SQLite. I hope the feature too.

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

8 participants