package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev
# Functions
GetName is a part of backend API and it returns SQLite backend type as it appears in `storage/type` section of Teleport YAML.
New returns a new instance of sqlite backend.
NewWithConfig returns a new instance of lite backend using configuration struct as a parameter.
# Constants
AlternativeName is another name of this backend.
BackendName is the name of this backend.
JournalMemory keeps the rollback journal in memory instead of storing it on disk.
SyncFull fsyncs the database file on disk after every write.