Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process doesn't finishing after any query #45

Open
qfox opened this issue Jul 7, 2014 · 0 comments
Open

Process doesn't finishing after any query #45

qfox opened this issue Jul 7, 2014 · 0 comments

Comments

@qfox
Copy link

qfox commented Jul 7, 2014

Versions

$ grep version ./node_modules/jugglingdb-postgres/package.json
  "version": "0.0.6",
$ grep version ./node_modules/jugglingdb/package.json
  "version": "0.2.14",

Test file

// test
var jdb = require('jugglingdb');

// db
var pg = new jdb.Schema(require('jugglingdb-postgres'), {database: 'test', username: 'test', host: 'localhost'});
pg.log = console.log.bind(console);

// models
var Topic = pg.define('Topic', { title: String });

// sync
pg.automigrate();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant