drogon/orm_lib/tests
An Tao 70eda27427
Add the ability to create restful API controllers (#244)
* Add the ability to create restful API controllers

* Update the model.json template file

* Modify the 'create controller' command of the drogon_ctl

* access column values by column array indexes instead of column names when constructing an instance of a model class

* Fix a bug of mysql database

* Add some static SQL into models

* Add validations to models

* Add setToNull method to models

* Support 'where in' substatement

* Delay rendering from json to the response body. This allows users to modify the json object before sending a response.

* Add synchronous method to the HttpClient class
2019-09-30 21:34:30 +08:00
..
CMakeLists.txt cmake: use export namespace for Drogon::Drogon (#255) 2019-09-26 19:33:58 +08:00
db_test.cc Add the ability to create restful API controllers (#244) 2019-09-30 21:34:30 +08:00
model.json Modify some stuff (#216) 2019-08-17 20:05:32 +08:00
Users.cc Add the ability to create restful API controllers (#244) 2019-09-30 21:34:30 +08:00
Users.h Add the ability to create restful API controllers (#244) 2019-09-30 21:34:30 +08:00