Documentation ¶
Index ¶
- Constants
- func DecryptDB(oldPath, newPath, key string) error
- func EncryptDB(unencryptedPath, encryptedPath, key string) error
- func Migrate(db *sql.DB, resources *bindata.AssetSource) error
- func OpenDB(path, key string) (*sql.DB, error)
- func OpenUnecryptedDB(path string) (*sql.DB, error)
- type JSONBlob
Constants ¶
View Source
const (
// WALMode for sqlite.
WALMode = "wal"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.