{"id":22358674,"url":"https://github.com/ltaoo/sqlite-web-api","last_synced_at":"2026-01-27T18:45:17.138Z","repository":{"id":253266496,"uuid":"842942239","full_name":"ltaoo/sqlite-web-api","owner":"ltaoo","description":"Manage the sqlite database in browser","archived":false,"fork":false,"pushed_at":"2024-09-14T05:06:43.000Z","size":223,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T13:50:38.610Z","etag":null,"topics":["database-management","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ltaoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-15T12:48:32.000Z","updated_at":"2024-12-16T00:51:10.000Z","dependencies_parsed_at":"2024-09-14T17:13:38.381Z","dependency_job_id":"d6d848ca-1bd6-4fc0-b3dc-321fc536c94f","html_url":"https://github.com/ltaoo/sqlite-web-api","commit_stats":null,"previous_names":["ltaoo/sqlite-web-api"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltaoo%2Fsqlite-web-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltaoo%2Fsqlite-web-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltaoo%2Fsqlite-web-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltaoo%2Fsqlite-web-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ltaoo","download_url":"https://codeload.github.com/ltaoo/sqlite-web-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248622770,"owners_count":21135107,"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":["database-management","sqlite"],"created_at":"2024-12-04T15:16:50.224Z","updated_at":"2026-01-27T18:45:17.133Z","avatar_url":"https://github.com/ltaoo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SqliteWeb\n\n本项目是一个 `sqlite` 数据库管理应用，在 `web` 页面可以查询 `sqlite` 数据。\n\n![截图](./assets/v0.1.0.preview.png)\n\n## 功能\n\n1. 使用虚拟列表，支持无限滚动\n2. 支持联表查询\n\n## 使用方式\n\n下载可执行文件并放置到系统环境变量，然后和正常的命令一样使用\n\u003c!-- download the execuable file, and save it filepath to your system PATH, then using like other command --\u003e\n\n```bash\nsqliteweb \u003cdatabase.db\u003e --port 8000\n```\n\n打开浏览器，访问 `http://127.0.0.0:8000` 即可\n\u003c!-- open the browser, visit `http://127.0.0.0:8000` --\u003e\n\n## 打包\n\n### linux\n\n在 macOS 打包 linux 平台\n\n```\nCC=x86_64-linux-musl-gcc CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o sqliteweb -trimpath -ldflags \"-extldflags -static -w -X main.env=prod\" ./main.go\n```\n\n## 其他\n\n前端项目\n\u003c!-- frontend project --\u003e\n[sqlite-web-ui](https://github.com/ltaoo/sqlite-web-ui)\n\n本项目 交互、查询时生成的 `ORM` 格式 参考了 `Prisma` 项目，感谢 [Prisma](https://github.com/prisma/prisma) 项目。\n\u003c!-- This project's interactions were inspired by Prisma. Thanks to Prisma. --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltaoo%2Fsqlite-web-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fltaoo%2Fsqlite-web-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltaoo%2Fsqlite-web-api/lists"}