# sqlite **Repository Path**: mirror-golang/sqlite ## Basic Information - **Project Name**: sqlite - **Description**: https://github.com/go-gorm/sqlite - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-11 - **Last Updated**: 2022-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GORM Sqlite Driver ![CI](https://github.com/go-gorm/sqlite/workflows/CI/badge.svg) ## USAGE ```go import ( "gorm.io/driver/sqlite" "gorm.io/gorm" ) // github.com/mattn/go-sqlite3 db, err := gorm.Open(sqlite.Open("gorm.db"), &gorm.Config{}) ``` Checkout [https://gorm.io](https://gorm.io) for details.