Versions in this module Expand all Collapse all v1 v1.12.0 Dec 18, 2020 v1.11.0 Dec 11, 2020 v1.10.0 Dec 3, 2020 v1.9.0 Nov 24, 2020 v1.8.0 Nov 12, 2020 v1.7.0 Nov 6, 2020 v1.6.0 Oct 14, 2020 v1.5.0 Sep 16, 2020 v1.4.0 Sep 3, 2020 v1.3.0 Aug 28, 2020 v1.2.0 Aug 21, 2020 v1.1.0 Aug 13, 2020 v1.0.0 Aug 7, 2020 v0 v0.1.1 Aug 12, 2019 Changes in this version + const Arrow + const PreC + const PreE + const Triple + const TypeOf + type Column struct + Name string + Table Table + func NewColumn(s string, db string) (*Column, error) + func (c Column) Key() string + func (c Column) String() string + type Entity struct + ID string + Table Table + func NewEntity(s string, db string) (*Entity, error) + func (e Entity) Key() string + func (e Entity) String() string + type FuncDeps struct + type Mapping struct + Obj interface{} + Pred interface{} + Sub Entity + func NewMapping(pred, sub, obj, db string) (*Mapping, error) + func (q *Mapping) IsTriple() bool + type Node struct + Alias string + func NewNode(nodeAlias string) Node + func (n Node) String() string + type Query struct + Obj interface{} + Pred string + Sub Node + func NewQuery(pred string, nodeAlias string, obj interface{}) *Query + func (q *Query) IsTypeOf() bool + type QueryOptions struct + ASC bool + Db string + Distinct bool + Limit int + Orderby string + Prov bool + type Table struct + ID string + Name string + func (t Table) Alias() string + func (t Table) String() string