{"id":18761020,"url":"https://github.com/go-gorm/sqlite","last_synced_at":"2025-05-15T15:08:11.987Z","repository":{"id":37343425,"uuid":"268671447","full_name":"go-gorm/sqlite","owner":"go-gorm","description":"GORM sqlite driver","archived":false,"fork":false,"pushed_at":"2025-05-07T16:21:45.000Z","size":121,"stargazers_count":199,"open_issues_count":19,"forks_count":203,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-10T23:31:37.671Z","etag":null,"topics":["gorm-sqlite-driver"],"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-gorm.png","metadata":{"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"},"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,"zenodo":null}},"created_at":"2020-06-02T01:25:27.000Z","updated_at":"2025-05-06T06:50:26.000Z","dependencies_parsed_at":"2023-11-22T04:25:19.775Z","dependency_job_id":"edf5ce2d-6562-47c6-bd3e-71147e1dbfb9","html_url":"https://github.com/go-gorm/sqlite","commit_stats":{"total_commits":117,"total_committers":34,"mean_commits":"3.4411764705882355","dds":0.6752136752136753,"last_synced_commit":"75442272476f1b237c6a389084c69834e86fb80d"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fsqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fsqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fsqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fsqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/sqlite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253695519,"owners_count":21948891,"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":["gorm-sqlite-driver"],"created_at":"2024-11-07T18:14:44.647Z","updated_at":"2025-05-15T15:08:06.978Z","avatar_url":"https://github.com/go-gorm.png","language":"Go","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"categories":[],"sub_categories":[],"readme":"# GORM Sqlite Driver\n\n![CI](https://github.com/go-gorm/sqlite/workflows/CI/badge.svg)\n\n## USAGE\n\n```go\nimport (\n  \"gorm.io/driver/sqlite\"\n  \"gorm.io/gorm\"\n)\n\n// github.com/mattn/go-sqlite3\ndb, err := gorm.Open(sqlite.Open(\"gorm.db\"), \u0026gorm.Config{})\n```\n\nCheckout [https://gorm.io](https://gorm.io) for details.\n\n### Pure go Sqlite Driver\n\ncheckout [https://github.com/glebarez/sqlite](https://github.com/glebarez/sqlite) for details\n\n```go\nimport (\n  \"github.com/glebarez/sqlite\"\n  \"gorm.io/gorm\"\n)\n\ndb, err := gorm.Open(sqlite.Open(\"gorm.db\"), \u0026gorm.Config{})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gorm%2Fsqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-gorm%2Fsqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-gorm%2Fsqlite/lists"}