Categorygithub.com/UnicornGroup/gorm-sqlcipher
modulepackage
1.1.5
Repository: https://github.com/unicorngroup/gorm-sqlcipher.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