Categorygithub.com/dci-devtools/gorm-sqlcipher-driver
modulepackage
1.2.4
Repository: https://github.com/dci-devtools/gorm-sqlcipher-driver.git
Documentation: pkg.go.dev

# README

GORM Sqlite Driver

CI

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

# Structs

No description provided by the author
No description provided by the author