介绍 特性 介绍 A flexible, lightweight and powerful Object-Relational Mapper for Node.js. ThinkORM是一个可扩展轻量级的功能丰富的对象-关系映射的数据模型封装框架,使用Node.js实现。 如同SQL语言发明一样,ThinkORM试图用一种抽象的统一操作语言,使...
事务 事务 ThinkORM目前支持Mysql、postgreSQL的事务操作,代码示例: //实例化模型 let model = new user ( config ); //开始事务 return model . transaction ( async function ( t ) { //同步模式...
查询语言 and or in not in is null is not null less than less than or equal greater than greater than or equal not equal not like 高级查询 字段名为key合并表达式 OR 组合及嵌套 join查询 grou...