84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
想咨询各位大神一下,是否存在根据数据库表接口自动生成restfull 接口的技术。支持
select sum(filedA) as PV , count( distinct filedA) as UV, sum( if ( SomeCondition is true , 1 ,0 )) as SumOtherA from SomeTable where filedA > 0
更进一步,还能生成多表关联查询的代码,支持各种join 操作。语言不限,不知道是否有县城的工具?
认证0级讲师
php版本: https://github.com/mevdschee/...
python版本: http://flask-restless.readthe...
我知道的最成熟的是postgres的https://github.com/begriffs/p...
php的话:yii2的gii基本上可以满足你,但是最后restful就没试过了~
loopback.io不知道有没有这个能力。多少要写点代码吧,稍微也得配置一下。
xorm,gorm都可以满足你的需求啊
类似的技术不少,你可以去研究一下 ActiveRecord
php版本: https://github.com/mevdschee/...
python版本: http://flask-restless.readthe...
我知道的最成熟的是postgres的
https://github.com/begriffs/p...
php的话:yii2的gii基本上可以满足你,但是最后restful就没试过了~
loopback.io不知道有没有这个能力。多少要写点代码吧,稍微也得配置一下。
xorm,gorm都可以满足你的需求啊
类似的技术不少,你可以去研究一下 ActiveRecord