{"id":29182523,"url":"https://github.com/nktmys/sqlnull","last_synced_at":"2026-05-27T20:32:26.580Z","repository":{"id":301651925,"uuid":"1009809414","full_name":"nktmys/sqlnull","owner":"nktmys","description":"sqlnull is utilities for working with sql.Null types in Go.","archived":false,"fork":false,"pushed_at":"2025-12-02T06:28:03.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-05T00:53:20.387Z","etag":null,"topics":["go","golang","null","sql"],"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/nktmys.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-27T18:46:09.000Z","updated_at":"2025-12-02T06:22:51.000Z","dependencies_parsed_at":"2025-06-28T02:26:17.445Z","dependency_job_id":"6977ce45-96b1-49ae-b6c8-820ee03f58cf","html_url":"https://github.com/nktmys/sqlnull","commit_stats":null,"previous_names":["nktmys/sqlnull"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nktmys/sqlnull","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nktmys%2Fsqlnull","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nktmys%2Fsqlnull/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nktmys%2Fsqlnull/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nktmys%2Fsqlnull/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nktmys","download_url":"https://codeload.github.com/nktmys/sqlnull/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nktmys%2Fsqlnull/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33583394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["go","golang","null","sql"],"created_at":"2025-07-01T20:06:37.240Z","updated_at":"2026-05-27T20:32:26.569Z","avatar_url":"https://github.com/nktmys.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sqlnull\n\n[![Go version](https://img.shields.io/github/go-mod/go-version/nktmys/sqlnull)](https://github.com/nktmys/sqlnull/blob/main/go.mod) \n[![GoDoc](https://pkg.go.dev/badge/github.com/nktmys/sqlnull)](https://pkg.go.dev/github.com/nktmys/sqlnull) \n[![GitHub release](https://img.shields.io/github/release/nktmys/sqlnull)](https://github.com/nktmys/sqlnull/releases) \n[![Go Report Card](https://goreportcard.com/badge/github.com/nktmys/sqlnull)](https://goreportcard.com/report/github.com/nktmys/sqlnull)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/nktmys/sqlnull/test.yaml?label=go%20test)](https://github.com/nktmys/sqlnull/actions/workflows/test.yaml)\n[![Coverage Status](https://coveralls.io/repos/github/nktmys/sqlnull/badge.svg?branch=main)](https://coveralls.io/github/nktmys/sqlnull?branch=main)\n\n`sqlnull` is utilities for working with sql.Null types in Go.\n\n## Installation\n1. Get the package\n```sh\ngo get github.com/nktmys/sqlnull\n```\n\n2. Import the package\n```go\nimport \"github.com/nktmys/sqlnull\"\n```\n\n## Examples\nThis code:\n\n```go\nstr := \"hello\"\nv1 := sqlnull.From(str)\nv2 := sqlnull.FromPtr(\u0026str)\n\np1 := sqlnull.Prt(str)\np2 := sqlnull.PrtOrNil(\u0026str)\n\nvp := sqlnull.ValuePtrOrNil(v1)\n```\n\n## Contributing\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/nktmys/sqlnull/blob/main/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnktmys%2Fsqlnull","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnktmys%2Fsqlnull","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnktmys%2Fsqlnull/lists"}