bookshelf-repl:用于 Bookshelf.js 项目的 REPL

时间:2024-06-27 16:42:52
【文件属性】:

文件名称:bookshelf-repl:用于 Bookshelf.js 项目的 REPL

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-27 16:42:52

JavaScript

书架复制 用于 Bookshelf.js 项目的 REPL 笔记 目前仅适用于 MySQL。 例子 你的代码 var dbRepl = require ( 'bookshelf-repl' ) , knex = require ( 'knex' ) . initialize ( getKnexConfig ( ) ) , options = { prompt : 'DB> ' } ; dbRepl . start ( knex , options ) . then ( function ( repl ) { repl . on ( 'exit' , function onReplExit ( ) { console . log ( 'Got "exit" event from repl!' ) ; process . exi


【文件预览】:
bookshelf-repl-master
----index.js(43B)
----package.json(789B)
----test()
--------db-repl-test.js(447B)
----LICENSE(1KB)
----.gitignore(20B)
----lib()
--------db-repl.js(2KB)
--------schema-info()
----README.md(945B)

网友评论