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
When using a new app (trails) with express (5) and waterline (pack), trying to create a new record gives me connection.query is not a function.
The tables (migrations) get created perfectly. So the connection does work. Why don't queries work?
Update: This is using sails-mysql Update 2: After logging connection, I noticed it's a switchback. Perhaps a version compatibility problem?
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
i have same problem any solution to this?
Yes, use Wetland ORM https://github.com/SpoonX/trailpack-wetland :D
No branches or pull requests
When using a new app (trails) with express (5) and waterline (pack), trying to create a new record gives me connection.query is not a function.
The tables (migrations) get created perfectly. So the connection does work. Why don't queries work?
Update: This is using sails-mysql
Update 2: After logging connection, I noticed it's a switchback. Perhaps a version compatibility problem?
The text was updated successfully, but these errors were encountered: