-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support to extention, like json1 (to have jsonb support) #242
Comments
Leaving this for others who might need JSON with sqlite. You can use sqlitex and build it to enable JSON1. However, you'll have to write your own SQL In your mix.exs |
@LordPraslea this is now enabled by default with the exqlite and ecto3 adapter |
@warmwaffles |
I have a project where I have thousands of smallish databases (~2GB a piece) that I am doing map reduce stuff with. I built that ecto3 and exqlite adapter to meet my needs. |
https://www.sqlite.org/json1.html
This would be awsome ! it is complicated ?
Thanks a lot for your work, I'm using it for a small project.
Regards,
X
The text was updated successfully, but these errors were encountered: