{"id":27147751,"url":"https://github.com/soroushj/sqlt","last_synced_at":"2025-09-07T07:36:39.504Z","repository":{"id":43261101,"uuid":"306638341","full_name":"soroushj/sqlt","owner":"soroushj","description":"More SQL types for Go","archived":false,"fork":false,"pushed_at":"2024-03-23T11:39:43.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T11:51:36.203Z","etag":null,"topics":["database","go-module","golang-module","sql","sql-types"],"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/soroushj.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":"2020-10-23T13:00:36.000Z","updated_at":"2023-09-19T09:23:53.000Z","dependencies_parsed_at":"2024-06-19T19:15:06.948Z","dependency_job_id":null,"html_url":"https://github.com/soroushj/sqlt","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/soroushj/sqlt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroushj%2Fsqlt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroushj%2Fsqlt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroushj%2Fsqlt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroushj%2Fsqlt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soroushj","download_url":"https://codeload.github.com/soroushj/sqlt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroushj%2Fsqlt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265798665,"owners_count":23829981,"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":["database","go-module","golang-module","sql","sql-types"],"created_at":"2025-04-08T11:51:02.173Z","updated_at":"2025-07-18T17:08:08.200Z","avatar_url":"https://github.com/soroushj.png","language":"Go","readme":"# sqlt: More SQL types for Go\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/soroushj/sqlt.svg)](https://pkg.go.dev/github.com/soroushj/sqlt)\n[![CI](https://github.com/soroushj/sqlt/actions/workflows/ci.yml/badge.svg)](https://github.com/soroushj/sqlt/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/soroushj/sqlt/branch/main/graph/badge.svg?token=IABU4MSA7Y)](https://codecov.io/gh/soroushj/sqlt)\n[![Go Report Card](https://goreportcard.com/badge/github.com/soroushj/sqlt)](https://goreportcard.com/report/github.com/soroushj/sqlt)\n\n## Overview\n\n**Note:** This module should not be used in new code. The generic type [`database/sql.Null`](https://pkg.go.dev/database/sql#Null) is available in the standard library since Go 1.22.\n\nThe sqlt package provides types that implement Go's [`database/sql.Scanner`](https://pkg.go.dev/database/sql#Scanner) and [`database/sql/driver.Valuer`](https://pkg.go.dev/database/sql/driver#Valuer) interfaces:\n\n- [`github.com/soroushj/sqlt.NullRawMessage`](https://pkg.go.dev/github.com/soroushj/sqlt#NullRawMessage) - Nullable [`encoding/json.RawMessage`](https://pkg.go.dev/encoding/json#RawMessage)\n- [`github.com/soroushj/sqlt.NullUUID`](https://pkg.go.dev/github.com/soroushj/sqlt#NullUUID) - Nullable [`github.com/google/uuid.UUID`](https://pkg.go.dev/github.com/google/uuid#UUID) (**Note:** This type should not be used in new code. [`github.com/google/uuid.NullUUID`](https://pkg.go.dev/github.com/google/uuid#NullUUID) is available since v1.3.0.)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoroushj%2Fsqlt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoroushj%2Fsqlt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoroushj%2Fsqlt/lists"}