Should be from the mount library, I think the docs specify the precedents
Oh wait it’s cprops I’m thinking of
This has clues on the order. https://github.com/tolitius/cprop/blob/master/README.md#loading-config When you get use to it it’s really nice and offers a lot of flexibility
if i have a user table with a primary key set to auto-increment, but i want to check to make sure a new user doesn’t try to register with an existing email address, would i make a struct validator that calls a hug-sql function to look up to make sure no one has that email address, or is there some better way? what’s the idiomatic way? (also, props to anyone who has a recommendation for a package so i don’t have to manage things at this level)