Documentation ¶ Index ¶ func NewDatabase(name string, r *git.Repository) sql.Database type Database func (d *Database) Name() string func (d *Database) Relations() map[string]sql.PhysicalRelation Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewDatabase ¶ func NewDatabase(name string, r *git.Repository) sql.Database Types ¶ type Database ¶ type Database struct { // contains filtered or unexported fields } func (*Database) Name ¶ func (d *Database) Name() string func (*Database) Relations ¶ func (d *Database) Relations() map[string]sql.PhysicalRelation Source Files ¶ View all Source files blobs.gocommits.godatabase.goreferences.gotags.gotree_entries.go Click to show internal directories. Click to hide internal directories.