Carl Bennett
Carl Bennett
I could write up the two I mentioned. Do you know of any others?
Yeah, this is really annoying. Would be great to see this reopened.
Whoops, looks like a dup of #13
They stop runtime errors, but npm still complains about the missing peer dependencies on install
I see what you're saying. I guess I'm thinking of knex as an example. Knex works with a bunch of SQL databases, but the adapters aren't bundled. To have it...
Sweet. There are still a few things that are missing from my adapter (polymorphic types, add/remove from relationship, probably a few other smaller things) that I should add before other...
Want me to set up a repo for `@json-api/mongoose-adapter` and make a PR to remove it from here? I cry a little inside every time I install mongoose in an...
Sweet, I'll get started! The adapter's tests currently check behaviour only after passing requests and responses through the rest of the `json-api` stack. This should change, right? We should be...
I've started transforming the tests to work with the adapter directly, rather than through the full stack. If you've got a minute, I wouldn't mind getting some quick feedback on...