{"id":66340,"library":"go-sqlite","title":"go-sqlite","description":"A Go interface to SQLite 3 with a low-level API close to the C library, supporting connection pooling and extensions.","status":"active","version":"1.4.2","language":"go","source_language":null,"source_url":null,"tags":["sqlite","database","embedded","cgo"],"install":[{"cmd":"go get zombiezen.com/go/sqlite","lang":"bash","label":"Install zombiezen.com/go/sqlite"}],"dependencies":[],"imports":[{"symbol":"sqlite","correct":"zombiezen.com/go/sqlite"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"zombiezen.com/go/sqlite\"\n)\n\nfunc main() {\n\tconn, err := sqlite.OpenConn(\":memory:\", sqlite.OpenReadWrite)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer conn.Close()\n\tfmt.Println(\"SQLite connection opened\")\n}","lang":"go","description":"Opens an in-memory SQLite database connection."},"warnings":[{"fix":"Use zombiezen.com/go/sqlite/sqlitex for higher-level helpers or consider using database/sql with a driver like github.com/mattn/go-sqlite3.","message":"This package is not a database/sql driver; it provides a different API.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'3':9 'api':15 'c':19 'cgo':29 'close':16 'connect':22 'databas':27 'embed':28 'extens':25 'go':2,5 'go-sqlit':1 'interfac':6 'level':14 'librari':20 'low':13 'low-level':12 'pool':23 'sqlite':3,8,26 'support':21","created_at":"2026-06-17T17:22:26.113187+00:00","updated_at":"2026-06-17T17:22:26.113187+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/zombiezen/go-sqlite","github":null,"docs":"https://pkg.go.dev/zombiezen.com/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-17","next_check":"2026-12-14","install_tag":null}}