Jesse
Jesse
```go // Load returns the value stored in the map for a key, or nil if no // value is present. // The ok result indicates whether value was found...
A ** doublestar compatible matcher might be useful for proper glob patterns, so you could do things like mc.\*.domain, with full integrated wildcards, or even mc.\* and just take everything...
As opposed to sqlc, perhaps code-generating the SDK similar to entgo.io would be possible? ent is in my opinion the strongest golang ORM purely based on the fully typed CRUD...
This could potentially cause issues with cross-source deps, i.e. curseforge mod dependency satisfied by a modrinth sourced mod
Have you considered building out a nix-like dep graph? Could theoretically make a very similar system for mods.
Any updates on this?
@theterminalguy you can also just codegen the rest of the setnillable methods, just implement the inverse of the existing "filter" as to which builders get this method something like ```go...
additionally, customizing `GQL_` would be nice, some projects have case conventions.
maybe a format string? an option with prefix and case would be good enough
`prefix_query_title` in snake_case `PREFIX_QUERY_TITLE` in MACRO_CASE `prefixQueryTitle` in camel `PrefixQueryTitle` in Pascal (these two would be the same if prefix was ignored by the case-transformer `prefixquerytitle` in flatcase (don't think...