{"id":20533645,"url":"https://github.com/joeychilson/litequery","last_synced_at":"2026-04-22T21:39:21.219Z","repository":{"id":151693741,"uuid":"614814087","full_name":"joeychilson/litequery","owner":"joeychilson","description":"A simple and fast SQLite query builder library for Go.","archived":false,"fork":false,"pushed_at":"2023-03-26T14:23:29.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T03:14:33.632Z","etag":null,"topics":["go","golang","query","query-builder","sqlite"],"latest_commit_sha":null,"homepage":"","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/joeychilson.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":"2023-03-16T11:28:10.000Z","updated_at":"2023-03-16T12:01:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"85830046-9d6e-4a9d-85c7-d18258f7b3b6","html_url":"https://github.com/joeychilson/litequery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joeychilson/litequery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeychilson%2Flitequery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeychilson%2Flitequery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeychilson%2Flitequery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeychilson%2Flitequery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeychilson","download_url":"https://codeload.github.com/joeychilson/litequery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeychilson%2Flitequery/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261170422,"owners_count":23119512,"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":["go","golang","query","query-builder","sqlite"],"created_at":"2024-11-16T00:22:59.226Z","updated_at":"2026-04-22T21:39:16.187Z","avatar_url":"https://github.com/joeychilson.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# litequery\n\nA simple and fast SQLite query builder library for Go.\n\n## Installation\n\n```bash\ngo get github.com/joeychilson/litequery\n```\n\n## Queries\n\n- [x] `ANALYZE`\n- [x] `EXPLAIN`\n- [x] `PRAGMA`\n- [x] `SELECT`\n- [x] `INSERT`\n- [x] `UPDATE`\n- [x] `DELETE`\n- [x] `CREATE TABLE`\n- [x] `DROP TABLE`\n- [x] `CREATE INDEX`\n- [x] `DROP INDEX`\n- [x] `CREATE VIEW`\n- [x] `DROP VIEW`\n- [x] `CREATE TRIGGER`\n- [x] `DROP TRIGGER`\n- [x] `ALTER TABLE`\n- [x] `RENAME TABLE`\n- [x] `ATTACH`\n- [x] `DETACH`\n- [x] `BEGIN`\n- [x] `COMMIT`\n- [x] `ROLLBACK`\n- [x] `SAVEPOINT`\n- [x] `RELEASE`\n- [x] `ROLLBACK TO`\n- [x] `REINDEX`\n- [x] `VACUUM`\n- [x] `WITH`\n- [x] `UNION`\n- [x] `UNION ALL`\n- [x] `ORDER BY`\n- [x] `GROUP BY`\n- [x] `HAVING`\n- [x] `LIMIT`\n- [x] `OFFSET`\n- [x] `WHERE`\n- [x] `JOIN`\n- [x] `INNER JOIN`\n- [x] `LEFT JOIN`\n- [x] `RIGHT JOIN`\n- [x] `FULL JOIN`\n- [x] `ON`\n- [x] `USING`\n- [x] `VALUES`\n- [x] `SET`\n- [x] `OR`\n- [x] `AND`\n- [x] `NOT`\n- [x] `LIKE`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeychilson%2Flitequery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeychilson%2Flitequery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeychilson%2Flitequery/lists"}