gitqlite

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2020 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DisplayDB

func DisplayDB(rows *sql.Rows, w io.Writer, format string) error

func NewCommitFileIter added in v0.2.0

func NewCommitFileIter(repo *git.Repository, opt *commitFileIterOptions) (*commitFileIter, error)

Types

type GitQLite

type GitQLite struct {
	DB       *sql.DB
	RepoPath string
}

GitQLite loads git repositories into sqlite

func New

func New(repoPath string, options *Options) (*GitQLite, error)

New creates an instance of GitQLite

type Options

type Options struct {
	UseGitCLI bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL