{"id":16233661,"url":"https://github.com/jongotlin/ssn-sql","last_synced_at":"2026-01-20T05:34:16.012Z","repository":{"id":141990884,"uuid":"2638732","full_name":"jongotlin/SSN-SQL","owner":"jongotlin","description":"A bunch of swedish social security number functions for MySQL. Useful when you have a user table with their social security numbers and want to select only those over X years old.","archived":false,"fork":false,"pushed_at":"2011-10-24T20:26:40.000Z","size":89,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T04:48:50.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/jongotlin.png","metadata":{"files":{"readme":"README.mdown","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}},"created_at":"2011-10-24T19:50:17.000Z","updated_at":"2024-04-02T14:35:43.000Z","dependencies_parsed_at":"2023-03-13T10:22:08.019Z","dependency_job_id":null,"html_url":"https://github.com/jongotlin/SSN-SQL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongotlin%2FSSN-SQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongotlin%2FSSN-SQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongotlin%2FSSN-SQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongotlin%2FSSN-SQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongotlin","download_url":"https://codeload.github.com/jongotlin/SSN-SQL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247799366,"owners_count":20998171,"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-10-10T13:13:26.083Z","updated_at":"2026-01-20T05:34:15.984Z","avatar_url":"https://github.com/jongotlin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSN SQL\n\nA couple of sql functions for calculating a user's age based on swedish sequrity number format.\n\nExamples\n\n    SELECT get_age_from_social_security_number('790628-0000');\n    \n    SELECT get_age_from_social_security_number(u.ssn) FROM users u;\n\n    SELECT * FROM users u WHERE get_age_from_social_security_number(ssn) \u003e= 18;","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongotlin%2Fssn-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongotlin%2Fssn-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongotlin%2Fssn-sql/lists"}