Any update for that question ? It will be quite complex to me to install JSON1 extension (need to update whole ubunto to support good sqlite version etc...) so I need an answer before trying to install it.
Sep 21, 2017
5
Level 1
Laravel 5.3+, JSON column with SQLite
Hello,
I red that since laravel 5.3, you can work with JSON columns.
I wonder if it works with SQLite with the JSON1 extension that normally bring JSON stuff to SQLite.
My objective is to make some database database where statements on json values like that :
->where('meta->favorite_color', 'red')
but on a SQLite database with JSON1 extension enabled.
Will it works ?
Please or to participate in this conversation.