Stephen Afam-Osemene

Results 80 comments of Stephen Afam-Osemene

I would review a PR 🤷🏾

This was fixed by #1044. And released in v4.8.4 The code above will now throw an error for violating the not-null constraint. But this raises a new question: Should the...

This sounds interesting. If you can create a PR for this feature, I'll be happy to review it.

@Rosswell I believe it is possible to alias the reverse relationship using the `foreign` property. Regardless, I agree that the ability to manually define relationships would be quite useful. If...

I don't think anything particular has changed. If you send in a PR for this, I would be happy to review/merge. Just remember that we cannot break backwards compatibility, so...

A PR to add an option for `--no-schema` would be appreciated

This is really appreciated @MeanSquaredError

How's the PR coming along @MeanSquaredError ?

I would like to recommend [SQLBoiler](https://github.com/volatiletech/sqlboiler) as an alternative. It generates type-safe models and query builders from your DB schema, and you can confidently regenerate the models whenever your DB...