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 #50

Closed
am2064 opened this issue Jun 21, 2017 · 3 comments
Closed

SQLite Support #50

am2064 opened this issue Jun 21, 2017 · 3 comments

Comments

@am2064
Copy link

am2064 commented Jun 21, 2017

Hello,

I understand that the JSON file support offers a nice "on file database" solution, but I would like to propose offering SQLite support as well. JSON Files have a locking issue, and are limited by the file system. SQLite 3 offers most of the power of PostgreSql with the advantages of being lighter weight in every way. Along with offering a single easy to backup file as opposed to a complex database system that requires dedicated backup tools. SQLite is also a popular developer alternative to PostgresSql, as it allows the developer to reduce load on their machine while developing.

SQLite recently added support for json fields which should allow for a fork of "mongo-query-to-postgres-jsonb" that turns it into "mongo-query-to-sqlite-json1".

@am2064
Copy link
Author

am2064 commented Jun 21, 2017

Putting this as a reply as not to muddle the proposal post. I can try to fit in time in my schedule to add this functionality myself. I would need to know the requirements to have a pull request accepted.

@thomas4019
Copy link
Owner

Hi Antonio,
Thanks for this proposal! This sounds like a great addition to the project since it would give the same portability as the file db, but with a more scalable solution. Currently we're loose with pull requests, so as long as your db implementation works the same as the others (as much as possible), then there will be no problem adding it. I look forward to seeing this new feature :)

@thomas4019
Copy link
Owner

Closing as a stale issue. I'm definitely open to SQLite support and will review PRs, but I don't have need for it myself so it's not on the current roadmap.

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