Replies: 1 comment 2 replies
-
I'm not sure we have tests to check if Personally, I am all for using a well-maintained 3rd party package instead of something that we have to maintain ourselves. However if we want to do this, we'd have to make sure that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Per the contributing guidelines, raising an issue to discuss this before I start working on an implementation.
strmangle
is a bit difficult to work with, it lacks a public API for modifying the predefinedboilRuleset
which makes it impossible for projects embeding sqlboiler to define their own acronyms and inflection rules (eg for industry-specific terms).strmangle
looks like a simple wrapper around volatiletech/inflect which itself looks like a fork of markbates/inflect.If you'd be open to replacing this machinery, gobuffalo/flect is a more modern inflection engine designed to replace the markbates package. I haven't looked into this at all but am happy to if a successful implementation is likely to be merged.
If I went ahead, the goals would be (roughly..):
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions