Documentation ¶ Index ¶ func NewDatabase(name string, r *git.Repository) sql.Database type Database func (d *Database) Name() string func (d *Database) Tables() map[string]sql.Table 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) Tables ¶ added in v0.1.0 func (d *Database) Tables() map[string]sql.Table Source Files ¶ View all Source files blobs.gocommits.godatabase.goobjects.goreferences.gotags.gotree_entries.go Click to show internal directories. Click to hide internal directories.