We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions
Test file
The text was updated successfully, but these errors were encountered: