-
该库orange-dragonfly-orm的创建目的是为了配合数据库使用,并且它还成功实现了Active Record模式
资源介绍
橙色蜻蜓ORM
有一天,Orange Dragonfly将成为NodeJS框架。 现在,我开始发布其组件。
创建该库是为了与数据库一起使用,并且它还实现了Active Record模式。
安装
npm i orange-dragonfly-orm
npm i orange-dragonfly-orm-mysql # Or some other driver
这个怎么运作
一个简单的例子,解释了这个想法
包含库
// This is how you include the library
const ORM = require ( "orange-dragonfly-orm" )
// This is how you include MySQL driver
const MySQLDriver = require ( "orange-dragonfly-orm-mysql" )
//