package
0.6.2
Repository: https://github.com/mergestat/mergestat-lite.git
Documentation: pkg.go.dev

# Packages

Package native provides virtual table implementations for git tables using libgit2 via the git2go bindings (https://github.com/libgit2/git2go).
No description provided by the author

# Functions

NewCloneFn returns a new CloneFn implementation.
NewLogModule returns a new `git log` virtual table.
NewRefModule returns a new virtual table for listing git refs.
Register registers git related functionality as a SQLite extension.

# Structs

CloneFn is essentially a no-op that's useful for cloning remote repos by opening them (and calling the Locator).
CommitFromTagFn implements the COMMIT_FROM_TAG(...) sql function.