catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

Does Medoo support MySQL 5.7 new JSON feature? #410

Closed Nicero closed 7 years ago

Nicero commented 8 years ago

I installed on my VPS MySQL ver. 5.7 because since this version MySQL added native JSON data type that enables an efficient access to data in JSON.

Can I use these new feature with Medoo? If so, can you post an example?

Thank you

catfan commented 8 years ago

It didn't support MySQL JSON function, but you can assign the column data as JSON and Medoo will insert it as JSON string data into database.

http://medoo.in/api/insert