construct
construct copied to clipboard
An opinionated set of generated structs and functions for building low abstraction persistence (e.g. SQL)
Results
4
construct issues
Sort by
recently updated
recently updated
newest added
Bulding pointers to pointers can be tricky and need some extra lines of code. We could use a generic `Optional` type behind some command flag: ``` type Optional[T any] struct...