{"id":18655485,"url":"https://github.com/go-rel/sqlite3","last_synced_at":"2026-03-12T09:38:42.277Z","repository":{"id":37278468,"uuid":"409863282","full_name":"go-rel/sqlite3","owner":"go-rel","description":"SQLite3 adapter for REL written in Golang.","archived":false,"fork":false,"pushed_at":"2025-08-27T22:36:50.000Z","size":109,"stargazers_count":1,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-13T13:25:33.887Z","etag":null,"topics":["database","go","golang","hacktoberfest","orm","sqlite3"],"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/go-rel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"Fs02"}},"created_at":"2021-09-24T06:53:30.000Z","updated_at":"2025-08-27T00:35:30.000Z","dependencies_parsed_at":"2023-12-30T23:30:29.969Z","dependency_job_id":"359b1fdd-bf34-4b07-a0b7-3600b855bf7c","html_url":"https://github.com/go-rel/sqlite3","commit_stats":{"total_commits":72,"total_committers":6,"mean_commits":12.0,"dds":0.3472222222222222,"last_synced_commit":"784b3ff1c07dcb06e4771dbfd30346cd54860e6b"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/go-rel/sqlite3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-rel%2Fsqlite3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-rel%2Fsqlite3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-rel%2Fsqlite3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-rel%2Fsqlite3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-rel","download_url":"https://codeload.github.com/go-rel/sqlite3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-rel%2Fsqlite3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000639,"owners_count":26082879,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["database","go","golang","hacktoberfest","orm","sqlite3"],"created_at":"2024-11-07T07:19:06.867Z","updated_at":"2025-10-09T00:43:11.483Z","avatar_url":"https://github.com/go-rel.png","language":"Go","readme":"# sqlite3\n\n[![GoDoc](https://godoc.org/github.com/go-rel/sqlite3?status.svg)](https://pkg.go.dev/github.com/go-rel/sqlite3)\n[![Tesst](https://github.com/go-rel/sqlite3/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/go-rel/sqlite3/actions/workflows/test.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/go-rel/sqlite3)](https://goreportcard.com/report/github.com/go-rel/sqlite3)\n[![codecov](https://codecov.io/gh/go-rel/sqlite3/branch/main/graph/badge.svg?token=GX2dOCV7Cq)](https://codecov.io/gh/go-rel/sqlite3)\n[![Gitter chat](https://badges.gitter.im/go-rel/rel.png)](https://gitter.im/go-rel/rel)\n\nSQLite3 adapter for REL.\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\n\t_ \"github.com/mattn/go-sqlite3\"\n\t\"github.com/go-rel/sqlite3\"\n\t\"github.com/go-rel/rel\"\n)\n\nfunc main() {\n\t// open sqlite3 connection.\n\tadapter, err := sqlite3.Open(\"dev.db\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer adapter.Close()\n\n\t// initialize rel's repo.\n\trepo := rel.New(adapter)\n\trepo.Ping(context.TODO())\n}\n```\n\n## Supported Driver\n\n- github.com/mattn/go-sqlite3\n","funding_links":["https://github.com/sponsors/Fs02"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-rel%2Fsqlite3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-rel%2Fsqlite3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-rel%2Fsqlite3/lists"}