cher-db

v0.5.2
Data layer for Cher

cher-db

The dafault database module for cher

Usage

const cherDb = require('cher-db');

cherDb(myDbUrl)
  .then((db) => {
    const models = db.models() // cher model manager
    const SocialContent = models.get('SocialContent')
    db.destroy() // destroys the db connection
  })

Tests

Create your test db and user

$ createdb foo_test
$ createuser foo_test

Create test/test.env with your DATABASE_URL configured

$ echo "DATABASE_URL=postgres://user:password@hostname:port/database" >> test/test.env

Run Tests

$ npm test

Profit.

npm i cher-db

Metadata

  • MIT
  • ^4.2.1
  • ISL
  • released 5/17/2016

Downloads

Maintainers