1. 首页
  2. 数据库
  3. 其它
  4. bookshelf json columns:使用Bookshelf.js解析JSON列 源码

bookshelf json columns:使用Bookshelf.js解析JSON列 源码

上传者: 2021-02-06 02:35:12上传 ZIP文件 73.56KB 热度 9次
bookshelf-json-columns 此插件使您能够定义哪些模型列具有JSON格式,从而避免为带有JSON列的每个模型进行手动挂钩定义。 状态 安装 通过npm安装软件包: $ npm install --save bookshelf-json-columns 用法 要求并注册bookshelf-json-columns插件: var bookshelf = require ( 'bookshelf' ) ( knex ) ; var jsonColumns = require ( 'bookshelf-json-columns' ) ; bookshelf . plugin (
用户评论