{"id":19170785,"url":"https://github.com/at15/sqlite3","last_synced_at":"2025-02-23T00:21:13.788Z","repository":{"id":75135902,"uuid":"287854156","full_name":"at15/sqlite3","owner":"at15","description":"A pure go package for reading sqlite3 database file","archived":false,"fork":false,"pushed_at":"2020-08-16T14:22:27.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T16:12:20.968Z","etag":null,"topics":[],"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/at15.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-16T01:42:11.000Z","updated_at":"2021-08-29T04:14:53.000Z","dependencies_parsed_at":"2023-06-18T14:10:32.107Z","dependency_job_id":null,"html_url":"https://github.com/at15/sqlite3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/at15%2Fsqlite3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/at15%2Fsqlite3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/at15%2Fsqlite3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/at15%2Fsqlite3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/at15","download_url":"https://codeload.github.com/at15/sqlite3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240250449,"owners_count":19771794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-09T09:55:11.665Z","updated_at":"2025-02-23T00:21:13.735Z","avatar_url":"https://github.com/at15.png","language":"Go","readme":"# sqlite3\n\nA pure go package for reading sqlite3 database file.\n\n## Motivation\n\nI need to read sqlite3 database file on windows. There is an existing [sqlite3 cgo binding](http20github.com/mattn/go-sqlite3).\nHowever a pure go version is more portable and easier to compile.\n\n## Alternative\n\nExport to csv using sqlite3 binary, e.g. write `a.txt` and shell out to `sqlite3`\n\n```\n.mode csv\n.output data.csv\nSELECT * FROM page_views LIMIT 100\n```\n\n```bash\nsqlite3 foo.db \u003c a.txt\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fat15%2Fsqlite3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fat15%2Fsqlite3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fat15%2Fsqlite3/lists"}