dresende / node-orm2

Object Relational Mapping
http://github.com/dresende/node-orm2
MIT License
3.07k stars 379 forks source link

orm2 sync block the program #780

Closed acekingke closed 7 years ago

acekingke commented 7 years ago

Block the program

when I use orm2 like this: db.sync(function(err) { .... }; console.log("exit the progrm");

the program is block , cannot return .

dxg commented 7 years ago

You appear to be missing a bracket. As it's a network operation, the only reason for it blocking would be the process crashing.