-
Notifications
You must be signed in to change notification settings - Fork 58
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
Should other adapters rely on this or Sequelize? #14
Comments
Hmmm. I dunno. This is starting to feel like the difference between |
I think we can totally support both. The main question is what the official adapters should use. Currently I'm leaning towards Sequelize mainly because of the higher adoption and it lines up better with our service concept. |
ok let's get the first cut of these other db adapters out then we can revisit sequelize for the 2.0 release possibly. |
Closing this since we'll do it ORM instead of Database specific. |
I just had another look at Sequelize and it looks a lot like our service interface and support things like
$in
,$gt
etc out of the box already. I am wondering if the other *SQL adapters (feathers-mysql, feathers-pg and feathers-sqlite) should use that instead?The text was updated successfully, but these errors were encountered: