Update README.md
Showing
1 changed file
with
7 additions
and
0 deletions
... | @@ -28,4 +28,11 @@ | ... | @@ -28,4 +28,11 @@ |
28 | 所有的实体定义都放在server.database.models.py里面。 | 28 | 所有的实体定义都放在server.database.models.py里面。 |
29 | python里面ORM首推SqlAlchemy。具体的使用方式方法请熟悉了解server.database.db_adapter.py | 29 | python里面ORM首推SqlAlchemy。具体的使用方式方法请熟悉了解server.database.db_adapter.py |
30 | 该文件包涵常用的数据处理的部分 | 30 | 该文件包涵常用的数据处理的部分 |
31 | |||
32 | |||
33 | 整个架构的纵向主要就这四层。 | ||
34 | 日常开发当中需要做到的“横向扩展”就体现在对这四层进行逐层横向扩展。 | ||
35 | 如Service的添加,Resource添加,数据库表的添加。 | ||
36 | |||
37 | |||
31 | ``` | 38 | ``` |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment