Tencent / APIJSON

🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users
http://apijson.cn
Other
17.32k stars 2.16k forks source link

想问一下,必须直接连接数据库吗? #54

Closed wjinlong closed 6 years ago

wjinlong commented 6 years ago

文档没有怎么看明白,这个是直接连接数据库吗?必须和数据库表关联?

TommyLemon commented 6 years ago

必须和数据库表关联,但不一定要直连数据库,生成的 SQL 可以通过 MyCat, Sharding-JDBC 等中间件来连接

TommyLemon commented 6 years ago

APIJSONLibrary 就是一个 把 JSON 转为 SQL 的 ORM 库 https://github.com/TommyLemon/APIJSON/tree/master/APIJSON-Java-Server