{"id":51006,"library":"glebarez-go-sqlite","title":"Go SQLite","description":"Go SQLite is a pure Go SQLite driver that implements database/sql interface without CGo.","status":"active","version":"1.22.0","language":"go","source_language":null,"source_url":"https://github.com/glebarez/go-sqlite","tags":["sqlite","database","driver","pure-go"],"install":[{"cmd":"go get github.com/glebarez/go-sqlite","lang":"bash","label":"Install github.com/glebarez/go-sqlite"}],"dependencies":[],"imports":[{"symbol":"sqlite","correct":"github.com/glebarez/go-sqlite"}],"quickstart":{"code":"package main\n\nimport (\n\t\"database/sql\"\n\t\"fmt\"\n\t_ \"github.com/glebarez/go-sqlite\"\n)\n\nfunc main() {\n\tdb, err := sql.Open(\"sqlite\", \":memory:\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer db.Close()\n\tfmt.Println(\"connected\")\n}","lang":"go","description":"Opens an in-memory SQLite database using the pure Go driver."},"warnings":[],"env_vars":null,"search_vec":"'cgo':16 'databas':18 'database/sql':13 'driver':10,19 'go':1,3,8,22 'implement':12 'interfac':14 'pure':7,21 'pure-go':20 'sqlite':2,4,9,17 'without':15","created_at":"2026-06-15T05:17:01.347121+00:00","updated_at":"2026-06-15T05:17:01.347121+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/glebarez/go-sqlite","github":"https://github.com/glebarez/go-sqlite","docs":"https://pkg.go.dev/github.com/glebarez/go-sqlite#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}