Update the README

This commit is contained in:
antao 2018-12-05 09:40:34 +08:00
parent afe0eca5e8
commit a7f82face0
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ Drogon's main application platform is Linux. For debugging purposes, it also sup
* Support file download and upload;
* Support gzip compression transmission;
* Provides a lightweight command line tool, drogon_ctl, to simplify the creation of various classes in Drogon and the generation of view code;
* Asynchronous database read and write based on NIO, currently supports PostgreSQL and MySQL (MariaDB) database;
* Convenient lightweight ORM implementation that supports regular object-to-database bidirectional mapping;
### For more information, please visit the [wiki](https://github.com/an-tao/drogon/wiki)

View File

@ -22,6 +22,8 @@ Drogon的主要应用平台是Linux为了调试方便也支持Mac OS
* 支持文件下载和上传,支持sendfile系统调用
* 支持gzip压缩传输
* 提供一个轻量的命令行工具drogon_ctl帮助简化各种类的创建和视图代码的生成过程
* 基于NIO实现的异步数据库读写目前支持PostgreSQL和MySQL(MariaDB)数据库;
* 方便的轻量级ORM实现支持常规的对象到数据库的双向映射操作
### 更多详情请浏览 [wiki](https://gitee.com/an-tao/drogon/wikis/概述)