{"id":20179543,"url":"https://github.com/lrf141/mysql-ulid-plugin","last_synced_at":"2026-04-15T20:02:52.795Z","repository":{"id":178516581,"uuid":"660169384","full_name":"lrf141/mysql-ulid-plugin","owner":"lrf141","description":"MySQL UDF Plugin for generating ULIDs","archived":false,"fork":false,"pushed_at":"2025-01-29T08:10:27.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T05:42:16.794Z","etag":null,"topics":["mysql","plugin","udf","ulid"],"latest_commit_sha":null,"homepage":"","language":"C++","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/lrf141.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":"2023-06-29T11:55:17.000Z","updated_at":"2025-01-29T08:10:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8b811fe-ef01-4c29-adf8-dbd0159a9255","html_url":"https://github.com/lrf141/mysql-ulid-plugin","commit_stats":null,"previous_names":["lrf141/mysql-ulid-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lrf141/mysql-ulid-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrf141%2Fmysql-ulid-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrf141%2Fmysql-ulid-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrf141%2Fmysql-ulid-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrf141%2Fmysql-ulid-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lrf141","download_url":"https://codeload.github.com/lrf141/mysql-ulid-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lrf141%2Fmysql-ulid-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261879321,"owners_count":23223739,"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":["mysql","plugin","udf","ulid"],"created_at":"2024-11-14T02:27:09.569Z","updated_at":"2025-10-07T02:51:37.522Z","avatar_url":"https://github.com/lrf141.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mysql-ulid-plugin\nMySQL UDF Plugin for generating ULIDs\n\n# How to build\n## Install mysql_config\nFor Ubuntu.\n```bash\n$ sudo apt install libmysqlclient-dev\n```\n\nFor macOS with homebrew\n```bash\n$ brew install mysql-connector-c\n```\n\n## Build\n```bash\n$ mkdir build \u0026\u0026 cd $_\n$ cmake ../\n$ make\n```\n\n## Run test\n```bash\n$ mkdir build \u0026\u0026 cd $_\n$ cmake ../\n$ make test\n```\nor\n```bash\n$ mkdir build \u0026\u0026 cd $_\n$ cmake ../\n$ ./ulid-gtest\n```\n\n# Use ULID()\n```sql\nCREATE FUNCTION ulid RETURNS STRING SONAME 'ulid.so';\nSELECT ULID();\n```\n  \nWarning: If mysql client run with --binary-as-hex=1, Return string is represent as hex.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrf141%2Fmysql-ulid-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flrf141%2Fmysql-ulid-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flrf141%2Fmysql-ulid-plugin/lists"}