首页 > TAG信息列表 > tableMapper

一个typescript版本的dao(数据库访问)层的封装

首先学会使用mustache语法 select * from {{key1}}字符中{{key1}}会进行匹配map中的key 例如: let sql = select * from {{key1}}; let tableMapper = { "key1": "course", } let result = mustache.render(sql, tableMapper); console.log('