https://github.com/berty/gorm-sqlcipher
a fork of `github.com/flyingtime/gorm-sqlcipher`, than no longer exist
https://github.com/berty/gorm-sqlcipher
Last synced: 10 months ago
JSON representation
a fork of `github.com/flyingtime/gorm-sqlcipher`, than no longer exist
- Host: GitHub
- URL: https://github.com/berty/gorm-sqlcipher
- Owner: berty
- License: other
- Created: 2023-04-20T07:53:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T12:12:52.000Z (over 2 years ago)
- Last Synced: 2025-01-14T09:41:35.572Z (12 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
a fork of `github.com/flyingtime/gorm-sqlcipher` that no longer exist
# GORM Sqlite Driver

## USAGE
```go
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](https://gorm.io) for details.