{"id":29096516,"url":"https://github.com/shanebarnes/gnucash-sql","last_synced_at":"2026-04-17T09:31:54.930Z","repository":{"id":65195405,"uuid":"326113056","full_name":"shanebarnes/gnucash-sql","owner":"shanebarnes","description":"SQLite Queries for use with GnuCash","archived":false,"fork":false,"pushed_at":"2023-04-01T13:34:34.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-30T19:47:21.922Z","etag":null,"topics":["analytics","budget","finance","gnucash","go","sql","sqlite","tracker"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shanebarnes.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":"2021-01-02T05:08:10.000Z","updated_at":"2023-11-14T09:09:17.000Z","dependencies_parsed_at":"2024-06-20T16:29:55.754Z","dependency_job_id":"fad955ab-4368-490f-817b-c8ef61bcaa88","html_url":"https://github.com/shanebarnes/gnucash-sql","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/shanebarnes/gnucash-sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanebarnes%2Fgnucash-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanebarnes%2Fgnucash-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanebarnes%2Fgnucash-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanebarnes%2Fgnucash-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shanebarnes","download_url":"https://codeload.github.com/shanebarnes/gnucash-sql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanebarnes%2Fgnucash-sql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31923108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T09:10:15.403Z","status":"ssl_error","status_checked_at":"2026-04-17T09:10:14.455Z","response_time":62,"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":["analytics","budget","finance","gnucash","go","sql","sqlite","tracker"],"created_at":"2025-06-28T13:00:57.672Z","updated_at":"2026-04-17T09:31:54.922Z","avatar_url":"https://github.com/shanebarnes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gnucash-sql\n\nRun SQL queries quickly and effortlessly against your GnuCash SQLite database\n\n## Build Instructions\n\n### Unix\n\n```\n$ git clone https://github.com/shanebarnes/gnucash-sql.git\n$ cd gnucash-sql\n$ ./build/build.sh\n```\n\n### Windows\n\n```\n\u003e git clone https://github.com/shanebarnes/gnucash-sql.git\n\u003e cd gnucash-sql\n\u003e scripts\\build.cmd\n\n```\n\n## Examples\n\n```\n# Run with defaults (get all accounts report for the current year)\n./bin/report -db sqlite3.gnucash\n\n# Get yearly expense report\n./bin/report -db sqlite3.gnucash -account expense -yearof 2021\n\n# Get quarterly income report\n./bin/report -db sqlite3.gnucash -account income -quarterof 2021-1\n\n# Get monthly accounts report\n./bin/report -db sqlite3.gnucash -monthof 2021-1\n\n# Get weekly accounts report\n./bin/report -db sqlite3.gnucash -weekof 2021-1\n\n# Get accounts report for a specific period of time\n./bin/report -db sqlite3.gnucash -start 2021-1-2 -end 2021-1-16\n\n# Get accounts report for since a specific start date\n./bin/report -db sqlite3.gnucash -start 2021-1-2\n\n# Get accounts report by searching for a specific name\n./bin/report -db sqlite3.gnucash -yearof 2020 -name utilities\n\n# Get accounts report for the last decade grouped by year\n./bin/report -db sqlite3.gnucash -start 2013 -groupby year\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanebarnes%2Fgnucash-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshanebarnes%2Fgnucash-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanebarnes%2Fgnucash-sql/lists"}