Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 424 Bytes

a fork of github.com/flyingtime/gorm-sqlcipher that no longer exist

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.