Documentation ¶
Index ¶
Constants ¶
View Source
const ( DATABASE_LAYER_EMPTY = iota DATABASE_LAYER_1 // original schema, as of 2019 DATABASE_LAYER_2 // hash_pre_enc removed, hash_post_enc renamed to final_hash, encryption_key renamed to padding_key, encryption_key added to blob_entries )
Variables ¶
View Source
var DB *sql.DB
View Source
var ErrNoRows = sql.ErrNoRows
Functions ¶
func SetupDatabase ¶
func SetupDatabase()
func SetupDatabaseTestMode ¶
func SetupDatabaseTestMode(setupSchema bool)
func ShutdownDatabase ¶
func ShutdownDatabase()
func StartsWithPattern ¶
Types ¶
type DatabaseLayer ¶
type DatabaseLayer int
Click to show internal directories.
Click to hide internal directories.