Versions in this module Expand all Collapse all v0 v0.6.1 Feb 16, 2021 Changes in this version + func From(name string, t interface{}) *inverseBuilder + func To(name string, t interface{}) *assocBuilder + type Annotation struct + StructTag string + func (Annotation) Name() string + func (a Annotation) Merge(other schema.Annotation) schema.Annotation + type Descriptor struct + Annotations []schema.Annotation + Inverse bool + Name string + Ref *Descriptor + RefName string + Required bool + StorageKey *StorageKey + Tag string + Type string + Unique bool + type StorageKey struct + Columns []string + Table string + type StorageOption func(*StorageKey) + func Column(name string) StorageOption + func Columns(to, from string) StorageOption + func Table(name string) StorageOption