# mORMot-Learning **Repository Path**: yx75/mORMot-Learning ## Basic Information - **Project Name**: mORMot-Learning - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-16 - **Last Updated**: 2025-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 原文 [Synopse mORMot Framework Documentation](https://synopse.info/files/html/Synopse%20mORMot%20Framework%20SAD%201.18.html) # 译文 仅完成1~25章。 [第一章 Synopse mORMot概述](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/1_Synopse%20mORMot%E6%A6%82%E8%BF%B0.html) [第二章 架构原理](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/2_%E6%9E%B6%E6%9E%84%E5%8E%9F%E7%90%86.html) [第三章 进入新领域](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/3_%E8%BF%9B%E5%85%A5%E6%96%B0%E9%A2%86%E5%9F%9F.html) [第四章 SynCommons单元](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/4_SynCommons%E5%8D%95%E5%85%83.html) [第五章 对象关系映射(ORM)](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/5_%E5%AF%B9%E8%B1%A1%E5%85%B3%E7%B3%BB%E6%98%A0%E5%B0%84%EF%BC%88ORM%EF%BC%89.html) [第六章 日常的ORM](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/6_%E6%97%A5%E5%B8%B8%E7%9A%84ORM.html) [第七章 数据库层](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/7_%E6%95%B0%E6%8D%AE%E5%BA%93%E5%B1%82.html) [第八章 访问外部SQL数据库](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/8_%E8%AE%BF%E9%97%AE%E5%A4%96%E9%83%A8SQL%E6%95%B0%E6%8D%AE%E5%BA%93.html) [第九章 外部NoSQL数据库访问](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/9_%E5%A4%96%E9%83%A8NoSQL%E6%95%B0%E6%8D%AE%E5%BA%93%E8%AE%BF%E9%97%AE.html) [第十章 JSON RESTful客户端-服务端](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/10_JSON%20RESTful%E5%AE%A2%E6%88%B7%E7%AB%AF-%E6%9C%8D%E5%8A%A1%E7%AB%AF.html) [第十一章 客户端-服务端进程](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/11_%E5%AE%A2%E6%88%B7%E7%AB%AF-%E6%9C%8D%E5%8A%A1%E7%AB%AF%E8%BF%9B%E7%A8%8B.html) [第十二章 客户端-服务端ORM](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/12_%E5%AE%A2%E6%88%B7%E7%AB%AF-%E6%9C%8D%E5%8A%A1%E7%AB%AFORM.html) [第十三章 服务器端SQL_ORM进程](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/13_%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AB%AFSQL_ORM%E8%BF%9B%E7%A8%8B.html) [第十四章 基于方法的客户端-服务端服务](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/14_%E5%9F%BA%E4%BA%8E%E6%96%B9%E6%B3%95%E7%9A%84%E5%AE%A2%E6%88%B7%E7%AB%AF-%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%9C%8D%E5%8A%A1.html) [第十五章 接口](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/15_%E6%8E%A5%E5%8F%A3.html) [第十六章 基于接口的客户端-服务端服务](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/16_%E5%9F%BA%E4%BA%8E%E6%8E%A5%E5%8F%A3%E7%9A%84%E5%AE%A2%E6%88%B7%E7%AB%AF-%E6%9C%8D%E5%8A%A1%E7%AB%AF%E6%9C%8D%E5%8A%A1.html) [第十七章 跨平台客户端](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/17_%E8%B7%A8%E5%B9%B3%E5%8F%B0%E5%AE%A2%E6%88%B7%E7%AB%AF.html) [第十八章 MVC模式](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/18_MVC%E6%A8%A1%E5%BC%8F.html) [第十九章 MVC_MVVM Web应用程序](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/19_MVC_MVVM%20Web%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F.html) [第二十章 主机托管](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/20_%E4%B8%BB%E6%9C%BA%E6%89%98%E7%AE%A1.html) [第二十一章 安全](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/21_%E5%AE%89%E5%85%A8.html) [第二十二章 脚本引擎](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/22_%E8%84%9A%E6%9C%AC%E5%BC%95%E6%93%8E.html) [第二十三章 非对称加密](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/23_%E9%9D%9E%E5%AF%B9%E7%A7%B0%E5%8A%A0%E5%AF%86.html) [第二十四章 领域驱动设计](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/24_%E9%A2%86%E5%9F%9F%E9%A9%B1%E5%8A%A8%E8%AE%BE%E8%AE%A1.html) [第二十五章 外部NoSQL数据库访问](https://htmlpreview.github.io/?https://github.com/wai818/mORMot-Learning/blob/master/25_%E6%B5%8B%E8%AF%95%E5%92%8C%E6%97%A5%E5%BF%97.html)