{"id":18806736,"url":"https://github.com/lefred/mysql-component-uuid_v4","last_synced_at":"2026-01-08T19:30:12.227Z","repository":{"id":140210172,"uuid":"534584840","full_name":"lefred/mysql-component-uuid_v4","owner":"lefred","description":"MySQL UUID v4 generator function","archived":false,"fork":false,"pushed_at":"2024-01-23T19:44:25.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T21:27:13.818Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lefred.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":"2022-09-09T09:45:22.000Z","updated_at":"2023-03-15T19:10:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9984fb5-40c6-4abd-91c0-61a5cc7af1cf","html_url":"https://github.com/lefred/mysql-component-uuid_v4","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefred%2Fmysql-component-uuid_v4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefred%2Fmysql-component-uuid_v4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefred%2Fmysql-component-uuid_v4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefred%2Fmysql-component-uuid_v4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lefred","download_url":"https://codeload.github.com/lefred/mysql-component-uuid_v4/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239742416,"owners_count":19689309,"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-07T22:49:25.799Z","updated_at":"2026-01-08T19:30:12.126Z","avatar_url":"https://github.com/lefred.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mysql-component-uuid_v4\n\nExtending MySQL using the Component Infrastructure - Adding a UUID v4 generator user function.\n\n```\n MySQL \u003e install component \"file://component_uuid_v4\";\n Query OK, 0 rows affected (0.0005 sec)\n \n MySQL \u003e select uuid_v4();\n +--------------------------------------+\n | uuid_v4()                            |\n +--------------------------------------+\n | 87cff962-d54e-40a2-8c74-86630990fa65 |\n +--------------------------------------+\n 1 row in set (0.0002 sec)\n```\n\n# Compilation notes\n\nSince MySQL 8.3.0, boost is included in the source code (extra directory), but it's not a full\nversion, some modules are missing to compile this component.\n\nYou need to copy them first:\n\n```\ncp -r boost_1_77_0/boost/uuid/ mysql-%{version}/extra/boost/boost_1_77_0/boost/\ncp -r boost_1_77_0/boost/tti/ mysql-%{version}/extra/boost/boost_1_77_0/boost/\ncp -r boost_1_77_0/boost/io/ mysql-%{version}/extra/boost/boost_1_77_0/boost/\ncp -r boost_1_77_0/boost/random/ mysql-%{version}/extra/boost/boost_1_77_0/boost/\ncp boost_1_77_0/boost/random.hpp mysql-%{version}/extra/boost/boost_1_77_0/boost/\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flefred%2Fmysql-component-uuid_v4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flefred%2Fmysql-component-uuid_v4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flefred%2Fmysql-component-uuid_v4/lists"}