# README
GORM Sqlite Driver
USAGE
import (
sqlcipher "github.com/open-olive/gorm-sqlcipher"
"gorm.io/gorm"
)
// https://github.com/mutecomm/go-sqlcipher
db, err := gorm.Open(sqlcipher.Open("gorm.db"), &gorm.Config{})
Checkout https://gorm.io for details.
# Functions
No description provided by the author
# Constants
DriverName is the default driver name for SQLite.
# Variables
No description provided by the author