Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2020 Changes in this version + const DBSuffix + const KDFIterations + const KeySuffix + func Create(dbname string, passphrase []byte, iter int, createStmts []string) error + func Incremental(db *sql.DB, pages int64) error + func Open(dbname string, passphrase []byte) (*sql.DB, error) + func ReadKeyfile(filename string, passphrase []byte) (key []byte, err error) + func Rekey(dbname string, oldPassphrase, newPassphrase []byte, newIter int) error + func Status(db *sql.DB) (autoVacuum string, freelistCount int64, err error) + func Vacuum(db *sql.DB, autoVacuumMode string) error