Replies: 2 comments
-
It can be added via external plugins. For example, easily founded: https://rubygems.org/gems/sequel-mysql_json |
Beta Was this translation helpful? Give feedback.
-
@AlexWayfer pointed out an external gem for the MySQL JSON support. Note that SQLite does not have a JSON type, it only has JSON functions and operators. In terms of support shipping with Sequel, I'm not against it. Nobody has requested it so far. MySQL is complicated by the MySQL/MariaDB split. I haven't investigated the differences between the JSON support in MySQL and MariaDB. For the SQLite JSON support, I think the functions and operators are similar to PostgreSQL, so it probably would not be difficult to port the pg_json_ops extension to SQLite. Maybe it's possible to use the pg_json_ops extension with SQLite already, I haven't tried. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to use the JSON type on SQLite or MySQL? If not. are there plans for supporting it?
Beta Was this translation helpful? Give feedback.
All reactions