0.0.4 • Published 7 years ago

flobot-pg-plugin v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

flobot-pg-plugin

Plugin for FlobotJS that provides PostgreSQL persistence

Install

$ npm install pg-info --save

Testing

Before running these tests, you'll need a test PostgreSQL database available and set a PG_CONNECTION_STRING environment variable to point to it, for example:

PG_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/my_test_db

$ npm test

License

MIT