surrealpatch/util/data
Tobie Morgan Hitchcock eb7a9c2744 Add ability to retrieve different values
It is now possible to specify a function to manipulate each values stored in a data object, when retrieving that value. This enables storing compressed obejcts as strings, which are expanded when accessed. This is used to store *sql.Thing values, which when requested can access embedded fields by fetching and returning the full record when the *sql.Thing is requested.
2017-11-28 00:39:00 +00:00
..
data.go Add ability to retrieve different values 2017-11-28 00:39:00 +00:00
data_test.go Add ability to retrieve different values 2017-11-28 00:39:00 +00:00