TreeFrog Framework 1.6.1 发布,C++的全栈Web框架

jopen 11年前

TreeFrog Framework是一个高速和全栈C++框架用于开发Web应用程序,它提供了一个O/R 映射系统和一个基于MVC架构的模板系统。通过约定优于配置的规则实现高效率开发。
TreeFrog Framework 1.6.1 发布,C++的全栈Web框架

发布日志: 添加支持TSqlORMapper的方法,比如:findFirstBy(), findCount(), findBy()等。A bug with case sensitivity of field names in DB tables was fixed. Authentication for 'POP before SMTP' was added. MongoDB: Functions for MongoDB access were added, such as findById() and removeById(). For MongoDB, a bug with the updateMulti() method in the TMongoQuery class was fixed.