shuxinqin / Chloe

A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
https://github.com/shuxinqin/Chloe/wiki
MIT License
1.52k stars 457 forks source link

考虑支持 JSON 类型吗? #274

Open fudiwei opened 2 years ago

fudiwei commented 2 years ago

主流数据库均已支持 JSON 类型字段,Chloe 会考虑加入支持吗?

不是那种直接 Mapping 成 String 的方式,而是提供 SQL 查询语法的支持。

比如 PgSql 有 json/jsonb 语法,MySql 有 json_extract 语法,MS-SQL 有 json_query 语法,等等等等。

shuxinqin commented 2 years ago

计划中...