{"id":20949871,"url":"https://github.com/curt/ecto_base58","last_synced_at":"2026-06-29T21:01:52.396Z","repository":{"id":153732139,"uuid":"603223237","full_name":"curt/ecto_base58","owner":"curt","description":"The ecto_base58 package provides a custom Ecto.Type that makes shorter, friendlier Base58-encoded identifiers visible to the user, while using UUID identifiers in the database.","archived":false,"fork":false,"pushed_at":"2023-02-25T02:26:57.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T19:44:37.785Z","etag":null,"topics":["base58","ecto","elixir"],"latest_commit_sha":null,"homepage":"https://github.com/curt/ecto_base58","language":"Elixir","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/curt.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-02-17T22:03:56.000Z","updated_at":"2023-02-25T02:25:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac8f29f1-5565-4562-a4d5-14bc9570354c","html_url":"https://github.com/curt/ecto_base58","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/curt/ecto_base58","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curt%2Fecto_base58","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curt%2Fecto_base58/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curt%2Fecto_base58/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curt%2Fecto_base58/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curt","download_url":"https://codeload.github.com/curt/ecto_base58/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curt%2Fecto_base58/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34942665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["base58","ecto","elixir"],"created_at":"2024-11-19T00:44:20.177Z","updated_at":"2026-06-29T21:01:52.354Z","avatar_url":"https://github.com/curt.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ecto_base58\n\nThe `ecto_base58` package provides the `EctoBase58` module,\nwhich defines a custom `Ecto.Type` that makes shorter, friendlier\nBase58-encoded identifiers visible to the user, while mapping to the commonly used\n`UUID` identifiers in the database.\n\nThe `ecto_base58` relies on the `base_58_check` package to provide the\nBase58 conversion, using the same alphabet used by Bitcoin identifiers.\n\n## Installation\n\nThe package can be installed by adding `ecto_base58` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ecto_base58, git: \"https://github.com/curt/ecto_base58.git\"}\n  ]\nend\n```\n\n## Roadmap\n\nThe package still needs to be uploaded to https://hex.pm.\n\nA few more tests would be nice.\n\n## About\n\nThe package author and maintainer is [Curt Gilman](https://github.com/curt).\nIt was extracted from another project that has yet to be released.\n\nIt is licensed under the MIT License, for now at least.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurt%2Fecto_base58","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurt%2Fecto_base58","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurt%2Fecto_base58/lists"}