{"id":66692,"library":"fumiama-sqlite3","title":"fumiama/sqlite3","description":"A CGo-free SQLite3 database driver for Go using the modernc.org/sqlite port.","status":"active","version":"1.20.0","language":"go","source_language":null,"source_url":"https://github.com/fumiama/sqlite3","tags":["sqlite","database","cgo-free","driver"],"install":[{"cmd":"go get github.com/fumiama/sqlite3","lang":"bash","label":"Install github.com/fumiama/sqlite3"}],"dependencies":[],"imports":[{"symbol":"sqlite3","correct":"github.com/fumiama/sqlite3"}],"quickstart":{"code":"import (\n    \"database/sql\"\n    _ \"github.com/fumiama/sqlite3\"\n)\n\nfunc main() {\n    db, _ := sql.Open(\"sqlite3\", \":memory:\")\n    defer db.Close()\n}","lang":"go","description":"Opens an in-memory SQLite database using the driver."},"warnings":[{"fix":"Use the original modernc.org/sqlite if you need upstream support.","message":"This is a fork of modernc.org/sqlite; ensure compatibility with your project.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'/sqlite':15 'cgo':4,20 'cgo-fre':3,19 'databas':7,18 'driver':8,22 'free':5,21 'fumiama/sqlite3':1 'go':10 'modernc.org':14 'modernc.org/sqlite':13 'port':16 'sqlite':17 'sqlite3':6 'use':11","created_at":"2026-06-17T17:27:12.712438+00:00","updated_at":"2026-06-17T17:27:12.712438+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/fumiama/sqlite3","github":"https://github.com/fumiama/sqlite3","docs":"https://pkg.go.dev/github.com/fumiama/sqlite3#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}}