# gorm-sqlcipher **Repository Path**: yjhi/gorm-sqlcipher ## Basic Information - **Project Name**: gorm-sqlcipher - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-27 - **Last Updated**: 2025-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GORM Sqlite Driver forked from https://github.com/go-gorm/sqlite ![CI](https://github.com/go-gorm/sqlite/workflows/CI/badge.svg) ## USAGE ```go import ( "gitee.com/yjhi/gorm-sqlcipher" "gorm.io/gorm" _ "github.com/mutecomm/go-sqlcipher" ) // github.com/mutecomm/go-sqlcipher db, err := gorm.Open(sqlite.Open("gorm.db"), &gorm.Config{}) ```