Eric Hill

Results 5 comments of Eric Hill

@michaelyiu, could you by any chance elaborate on "different way to import the models"?

Okay, I ended up going with the **require.context()** approach suggested here: https://github.com/sequelize/express-example/issues/74 It keeps you from having to enumerate every individual model file, allowing you instead to process *.js (excluding...

Uhhh, really kind of dreadful that colon cannot be escaped. I'm not a maintainer, but I think putting `::` to escape a colon is good. Might have to add an...

Yes, but you may not like it: Don’t use sync with alter, use migrations instead. Sync with alter is no good in production anyway; might as well get good at...

+1 for supporting **sslmode** keywords. I expected: `ssl: { require: false }` to be equivalent to the "allow" sslmode keyword, so that my connection would use SSL if the server...