[go: up one dir, main page]

repl-co

0.0.0 • Public • Published

repl-co

node repl with yield support

Example:

$ repl-co
> var c = require('mysql-co').createConnection({})
undefined
> (yield c.execute('select unix_timestamp() as time'))[0][0].time + (yield c.execute('select unix_timestamp() as time'))[0][0].time
2758945798
> (yield c.execute('select unix_timestamp() as time'))[0][0].time + (yield c.execute('select unix_timestamp() as time'))[0][0].time
2758945804

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.01

Package Sidebar

Install

npm i repl-co

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • sidorares