canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
16 stars 8 forks source link

Replace typeName and columnName #110

Closed Aflynn50 closed 9 months ago

Aflynn50 commented 9 months ago

Change typeName to valueAccessor and columnName to columnAccessor. This change reduces the ambiguity introduced in #101 where both typeName and columnName had a name field that represented a very different thing. The names of the structs and their fields are changed here to reflect more what the values represent in the context of the program rather than what they literally are.