{"id":18648079,"url":"https://github.com/sqlc-dev/null","last_synced_at":"2025-11-05T07:30:34.294Z","repository":{"id":41083930,"uuid":"470678528","full_name":"sqlc-dev/null","owner":"sqlc-dev","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-29T23:57:40.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T12:27:00.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sqlc-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-03-16T17:06:11.000Z","updated_at":"2023-06-29T23:38:08.000Z","dependencies_parsed_at":"2024-06-21T02:18:11.727Z","dependency_job_id":"c102fc0b-0594-4f9d-b261-6133cd2e7bfa","html_url":"https://github.com/sqlc-dev/null","commit_stats":null,"previous_names":["sqlc-dev/null","tabbed/null"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlc-dev%2Fnull","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlc-dev%2Fnull/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlc-dev%2Fnull/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sqlc-dev%2Fnull/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sqlc-dev","download_url":"https://codeload.github.com/sqlc-dev/null/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239450014,"owners_count":19640643,"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":[],"created_at":"2024-11-07T06:28:50.300Z","updated_at":"2025-02-18T10:23:19.566Z","avatar_url":"https://github.com/sqlc-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Tested\n\nStarting with [drivers](https://zchee.github.io/golang-wiki/SQLDrivers/) that\npass [go-sql-test](https://github.com/bradfitz/go-sql-test).\n\n* https://github.com/mattn/go-sqlite3\n* https://github.com/jackc/pgx\n* https://github.com/lib/pq\n* https://github.com/ziutek/mymysql\n* https://github.com/go-sql-driver/mysql/\n\n## Design doc\n\npgx\n\nhttps://github.com/jackc/pgx/issues/1169#issuecomment-1155897986\n\n```go\ntype Status byte\n\nconst (\n\tUndefined Status = iota\n\tNull\n\tPresent\n)\n\ntype ACLItem struct {\n\tString string\n\tStatus Status\n}\n```\n\nstdlib\n\n```go\ntype NullString struct {\n    String string\n    Valid  bool // Valid is true if String is not NULL\n}\n```\n\n\n* Have another null type for pgtype?\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqlc-dev%2Fnull","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsqlc-dev%2Fnull","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqlc-dev%2Fnull/lists"}