{"id":13514245,"url":"https://github.com/iCyberon/pg_ulid","last_synced_at":"2025-03-31T03:30:19.226Z","repository":{"id":51397901,"uuid":"114698869","full_name":"iCyberon/pg_ulid","owner":"iCyberon","description":"Universally Unique Lexicographically Sortable Identifier (ULID) for PostgreSQL","archived":false,"fork":false,"pushed_at":"2021-05-12T04:26:17.000Z","size":6,"stargazers_count":60,"open_issues_count":5,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T08:51:17.611Z","etag":null,"topics":["golang","postgresql","psql","ulid"],"latest_commit_sha":null,"homepage":null,"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/iCyberon.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}},"created_at":"2017-12-18T23:46:51.000Z","updated_at":"2024-12-30T04:19:07.000Z","dependencies_parsed_at":"2022-09-26T21:50:47.060Z","dependency_job_id":null,"html_url":"https://github.com/iCyberon/pg_ulid","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/iCyberon%2Fpg_ulid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCyberon%2Fpg_ulid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCyberon%2Fpg_ulid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCyberon%2Fpg_ulid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iCyberon","download_url":"https://codeload.github.com/iCyberon/pg_ulid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413377,"owners_count":20773053,"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":["golang","postgresql","psql","ulid"],"created_at":"2024-08-01T05:00:50.387Z","updated_at":"2025-03-31T03:30:18.939Z","avatar_url":"https://github.com/iCyberon.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# pg_ulid\nUniversally Unique Lexicographically Sortable Identifier (ULID) for PostgreSQL\n\nExperimental PostgreSQL extension for generating ULIDs.\n\n## Install\nYou need to have go and compiler (clang/gcc) installed on your system.\n\n```sh\n$ git clone https://github.com/icyberon/pg_ulid\n$ cd pg_ulid\n$ make\n$ sudo make install\n```\n\nThis will build and install the extension.\n\n```sql\nCREATE EXTENSION pg_ulid;\n```\n\n## Usage\n\nNow you can start generating ULIDs from PostgreSQL by calling `ulid`. Function returns `TEXT`\n```sql\nSELECT ulid(); -- 01C1P15MBWYBWDG2WYRG08VCFR\nSELECT pg_typeof(ulid()); -- text\n```\n\n## Todo\n\n- [ ] Add binary support\n- [ ] Add tests\n\n## Credits\n\nAll credits go to [ulid](https://github.com/oklog/ulid) and [plgo](https://github.com/microo8/plgo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiCyberon%2Fpg_ulid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FiCyberon%2Fpg_ulid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiCyberon%2Fpg_ulid/lists"}