{"id":43017724,"url":"https://github.com/kawakami-o3/go-sqlite3-utils","last_synced_at":"2026-01-31T06:12:03.632Z","repository":{"id":57691582,"uuid":"117929581","full_name":"kawakami-o3/go-sqlite3-utils","owner":"kawakami-o3","description":"Libraries for manipulating a SQLite file","archived":false,"fork":false,"pushed_at":"2018-03-19T03:38:15.000Z","size":64,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-19T20:52:22.220Z","etag":null,"topics":["golang","sqlite"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kawakami-o3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-18T03:54:42.000Z","updated_at":"2024-06-19T20:52:22.221Z","dependencies_parsed_at":"2022-09-26T20:52:27.524Z","dependency_job_id":null,"html_url":"https://github.com/kawakami-o3/go-sqlite3-utils","commit_stats":null,"previous_names":["kawakami-o3/go-sqlite-utils"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kawakami-o3/go-sqlite3-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawakami-o3%2Fgo-sqlite3-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawakami-o3%2Fgo-sqlite3-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawakami-o3%2Fgo-sqlite3-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawakami-o3%2Fgo-sqlite3-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kawakami-o3","download_url":"https://codeload.github.com/kawakami-o3/go-sqlite3-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawakami-o3%2Fgo-sqlite3-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28931095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","sqlite"],"created_at":"2026-01-31T06:12:02.967Z","updated_at":"2026-01-31T06:12:03.627Z","avatar_url":"https://github.com/kawakami-o3.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-sqlite-utils\n[![Go Report Card](https://goreportcard.com/badge/github.com/kawakami-o3/go-sqlite3-utils)](https://goreportcard.com/report/github.com/kawakami-o3/go-sqlite3-utils)\n[![Build Status](https://travis-ci.org/kawakami-o3/go-sqlite3-utils.svg?branch=master)](https://travis-ci.org/kawakami-o3/go-sqlite3-utils)\n\nPure Go Libraries for manipulating a SQLite file.\n\n## Installation\n\n```\ngo get github.com/kawakami-o3/go-sqlite3-utils\n```\n\n## Usage\n\nLoad the SQLite file, ```/tmp/test.db```,\n\n```\nsqlite3utils.Load(\"/tmp/test.db\")\n```\n\nGet the first value at the second row in the table, \"person\",\n\n```\npages.Tables[\"person\"].Entries[1].Datas[0].Value\n```\n\n## Todo\n\n- [x] Complicated file: Now, the parser can read wc.db of subversion.\n- [x] Overflow page\n- [ ] Schema parser\n- [ ] Index page\n- [ ] Writer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawakami-o3%2Fgo-sqlite3-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkawakami-o3%2Fgo-sqlite3-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawakami-o3%2Fgo-sqlite3-utils/lists"}