{"id":21322168,"url":"https://github.com/bakaoh/sqlite-gobroem","last_synced_at":"2025-07-12T05:30:50.840Z","repository":{"id":86556733,"uuid":"149549396","full_name":"bakaoh/sqlite-gobroem","owner":"bakaoh","description":"Golang Sqlite Browser Embedded","archived":false,"fork":false,"pushed_at":"2018-11-06T04:38:41.000Z","size":1791,"stargazers_count":8,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T14:36:21.358Z","etag":null,"topics":["browser","embedded","golang","sqlite"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/bakaoh.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":"2018-09-20T04:04:40.000Z","updated_at":"2025-02-25T10:47:59.000Z","dependencies_parsed_at":"2023-03-04T08:00:43.823Z","dependency_job_id":null,"html_url":"https://github.com/bakaoh/sqlite-gobroem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bakaoh/sqlite-gobroem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakaoh%2Fsqlite-gobroem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakaoh%2Fsqlite-gobroem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakaoh%2Fsqlite-gobroem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakaoh%2Fsqlite-gobroem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakaoh","download_url":"https://codeload.github.com/bakaoh/sqlite-gobroem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakaoh%2Fsqlite-gobroem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264941566,"owners_count":23686511,"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":["browser","embedded","golang","sqlite"],"created_at":"2024-11-21T20:14:01.328Z","updated_at":"2025-07-12T05:30:50.248Z","avatar_url":"https://github.com/bakaoh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sqlite-gobroem\n\n`sqlite-gobroem` is a Golang embedded web-based SQLite database browser.\n\n## Installing\n\nUse go get to install the latest version of the library:\n\n```bash\n$ go get -u github.com/bakaoh/sqlite-gobroem\n```\n\nInclude Gobroem in your application:\n\n```go\nimport \"github.com/bakaoh/sqlite-gobroem/gobroem\"\n```\n\n## Standalone\n\nUse go build to build Gobroem:\n\n```bash\n$ cd $GOPATH/src/github.com/bakaoh/sqlite-gobroem/gobroem\n$ go build .\n```\n\nRun Gobroem:\n\n```bash\n$ ./sqlite-gobroem -h\n\nUsage of ./sqlite-gobroem:\n  -bind string\n    \tHTTP server host (default \"localhost\")\n  -db string\n    \tSQLite database file (default \"test/test.db\")\n  -listen uint\n    \tHTTP server listen port (default 8000)\n\n$ ./sqlite-gobroem\n```\n\nOpen browser http://localhost:8000/\n\n## Embedded\n\nInitialize the API controller:\n\n```go\napi, err := gobroem.NewAPI(\"path to sqlite db file\")\nif err != nil {\n    log.Fatal(\"can not open db\", err)\n}\n```\n\nRegister the API handler:\n\n```go\nhttp.Handle(\"/browser/\", api.Handler(\"/browser/\"))\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakaoh%2Fsqlite-gobroem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakaoh%2Fsqlite-gobroem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakaoh%2Fsqlite-gobroem/lists"}