Support native JSONB for SQLite #54557
Unanswered
robertmylne
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the Laravel 11 docs
This is fine to convert standard JSON to text, but SQLite now supports JSONB natively and it's much more efficient. Can we change to using native JSONB?
Beta Was this translation helpful? Give feedback.
All reactions