{"id":13337929,"url":"https://github.com/travisjeffery/certmagic-sqlstorage","last_synced_at":"2025-04-15T00:30:47.886Z","repository":{"id":43316051,"uuid":"372430289","full_name":"travisjeffery/certmagic-sqlstorage","owner":"travisjeffery","description":"SQL storage for CertMagic/Caddy TLS data.","archived":false,"fork":false,"pushed_at":"2022-11-11T07:07:43.000Z","size":24,"stargazers_count":21,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T12:21:19.620Z","etag":null,"topics":["caddy","certificates","certmagic","ssl","tls"],"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/travisjeffery.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}},"created_at":"2021-05-31T08:07:23.000Z","updated_at":"2024-05-30T14:20:58.000Z","dependencies_parsed_at":"2023-01-21T15:48:15.055Z","dependency_job_id":null,"html_url":"https://github.com/travisjeffery/certmagic-sqlstorage","commit_stats":null,"previous_names":["travisjeffery/certmagic-sql"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisjeffery%2Fcertmagic-sqlstorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisjeffery%2Fcertmagic-sqlstorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisjeffery%2Fcertmagic-sqlstorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisjeffery%2Fcertmagic-sqlstorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/travisjeffery","download_url":"https://codeload.github.com/travisjeffery/certmagic-sqlstorage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248983946,"owners_count":21193667,"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":["caddy","certificates","certmagic","ssl","tls"],"created_at":"2024-07-29T19:15:16.209Z","updated_at":"2025-04-15T00:30:47.870Z","avatar_url":"https://github.com/travisjeffery.png","language":"Go","readme":"# certmagic-sqlstorage\n\n[![GoDoc](https://godoc.org/github.com/travisjeffery/certmagic-sqlstorage?status.svg)](https://godoc.org/github.com/travisjeffery/certmagic-sqlstorage)\n\nSQL storage for CertMagic/Caddy TLS data. \n\nCurrently supports PostgreSQL but it'd be pretty easy to support other RDBs like\nSQLite and MySQL. Please make a pull-request if you add support for them and I'll\ngladly merge.\n\n# Example\n\n``` go\ndb, err := sql.Open(\"postgres\", \"conninfo\")\nif err != nil { ... }\nstorage, err := certmagicsql.NewStorage(\n    db,\n    certmagicsql.Options{},\n)\nif err != nil { ... }\ncertmagic.Default.Storage = storage\n```\n\n\n# LICENSE\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravisjeffery%2Fcertmagic-sqlstorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftravisjeffery%2Fcertmagic-sqlstorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravisjeffery%2Fcertmagic-sqlstorage/lists"}