package
0.1.3
Repository: https://github.com/src-d/code-annotation.git
Documentation: pkg.go.dev

# Functions

Bootstrap creates the necessary tables for the output DB.
Copy dumps the contents of the origin DB into the destination DB.
ImportFiles imports pairs of files from the origin to the destination DB.
Initialize populates the DB with default values.
Open returns a DB from the connection string.
OpenSQLite calls Open, but using a path to an SQLite file.

# Constants

Available drivers.
Available drivers.
Available drivers.

# Structs

DB groups a sql.DB and the driver used to initialize it.
Options for the ImportFiles and Copy methods.

# Type aliases

Driver used.