Nick Redmark

Results 33 comments of Nick Redmark

Sounds very cool. We used prisma for a moment at my company before we created our own graphql-to-mysql mapper. And I agree that it shouldn't be that hard. Would you...

Someone needs to take on the challenge :)

Hey @daveybrown could you open a pr? would be great to be able to look at the diff directly.

It should be possible. Are you familiar with docker-compose? Then perhaps you could start from here https://github.com/nmaro/ooth/blob/master/examples/standalone/docker-compose.yml

Here would be another example (with next.js) I just created yesterday: https://github.com/nmaro/staart/tree/master/examples/staart

Yes. Question: are you going to run the api on a different domain? Then you will need JWT. Otherwise I'd recommend working with sessions (this is my preferred solution, in...

Hey thank you for your interest! I'd love to assist you and to add an `ooth-postgres` package to this library. It's going to be hard in the coming days since...

Hey @AaronNGray thanks for your suggestion. Just to have an estimate of the urgency of this: how do you feel about the current documentation? How is it lacking? https://github.com/nmaro/ooth/wiki

The documentation is now prettier :) https://nmaro.github.io/ooth/ I still keep this open for generated docs...