//
pkg.gl
Category
github.com/scionproto/scion
private
storage
trust
sqlite
package
0.12.0
Repository:
https://github.com/scionproto/scion.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
323 SLOC
#
Functions
New
New returns a new SQLite backend opening a database at the given path.
NewFromDB
NewFromDB returns a new backend from the given database.
#
Constants
Schema
Schema is the SQLite database layout.
SchemaVersion
SchemaVersion is the version of the SQLite schema understood by this backend.
#
Structs
DB
DB implements the trust DB with an SQLite backend.