-
Notifications
You must be signed in to change notification settings - Fork 12
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
Will sails-db2 work without Sails? #13
Comments
Waterline ORM can be used without Sails, we will amend the documentation to clarify it. |
I am trying to use sails-db2 with FeathersJs (using the adapter for Waterline), but I have an strange error:
The code that I am using is the exact same code from the example of feathers-waterline (adapted to DB2):
|
I have debugged and I have discovered that the issue maybe is related with the SQL dialect used by this plugin. I am using DB2 express and the DDL statement to create the table for this model is the following:
This statement is not valid for DB2 express, so, I would like to know, Which flavors of DB2 is supporting this plugin? |
The package description says:
I'm wondering if using Waterline ORM without Sails is the minimum I need, or if Sails is really required.
The text was updated successfully, but these errors were encountered: