ols 基础框架

wangjingyu 16462b7189 jwt 更新32位秘钥 2 달 전
__MACOSX 18b32c52d5 添加项目文件。 2 달 전
spec 18b32c52d5 添加项目文件。 2 달 전
src 16462b7189 jwt 更新32位秘钥 2 달 전
.gitattributes 6fea40144d 添加 .gitattributes 和 .gitignore。 2 달 전
.gitignore 6fea40144d 添加 .gitattributes 和 .gitignore。 2 달 전
LICENSE 18b32c52d5 添加项目文件。 2 달 전
README.md 18b32c52d5 添加项目文件。 2 달 전
Roadmap.md 18b32c52d5 添加项目文件。 2 달 전
_config.yml 18b32c52d5 添加项目文件。 2 달 전

README.md

DbRESTFul项目支持从关系数据库直接暴露成RESTFul API服务。它采用ASP.NET Web API实现,数据库访问层采用Dapper。 目前只支持MySQL数据库,但基于Dapper的实现,理论上可以支持其它主流数据库。 支持基本CURD操作 支持排序,分页,包含与排除字段查询 DbRESTFUl中一个独立的项目,可以直接host,并通过:http://localhost:/api