README.md (495B)
1 A note on when we should set data structures linked to objects in the database to use the 2 bun `nullzero` tag -- this should only be done if the member type is a pointer, or if the 3 this primitive type is literally invalid with an empty value (e.g. media IDs which when 4 empty signifies a null database value, compared to say an account note which when empty 5 could mean either an empty note OR null database value). 6 7 Obviously it is a little more complex than this in practice, but keep it in mind!