{"id":21530696,"url":"https://github.com/owenthewizard/pg_idna","last_synced_at":"2025-09-02T13:07:42.647Z","repository":{"id":262763894,"uuid":"888269183","full_name":"owenthewizard/pg_idna","owner":"owenthewizard","description":"IDNA Helpers for PostgreSQL","archived":false,"fork":false,"pushed_at":"2024-12-06T01:14:14.000Z","size":32,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T10:24:10.400Z","etag":null,"topics":["idn","idna","idna-converter","internationalization","postgres","postgres-extension","postgresql","postgresql-extension"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/pg_idna","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owenthewizard.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE.md","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":"2024-11-14T05:19:58.000Z","updated_at":"2025-01-12T02:52:03.000Z","dependencies_parsed_at":"2025-04-10T00:13:11.745Z","dependency_job_id":"d3947208-14c2-4ad2-8940-529ce8233f46","html_url":"https://github.com/owenthewizard/pg_idna","commit_stats":null,"previous_names":["owenthewizard/pg_idna"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/owenthewizard/pg_idna","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Fpg_idna","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Fpg_idna/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Fpg_idna/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Fpg_idna/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenthewizard","download_url":"https://codeload.github.com/owenthewizard/pg_idna/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenthewizard%2Fpg_idna/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273287679,"owners_count":25078575,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":["idn","idna","idna-converter","internationalization","postgres","postgres-extension","postgresql","postgresql-extension"],"created_at":"2024-11-24T02:09:47.236Z","updated_at":"2025-09-02T13:07:42.627Z","avatar_url":"https://github.com/owenthewizard.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 pg_idna\n\n[IDNA](https://crates.io/crates/idna) helpers for PostgreSQL.\n\n[![Rust](https://img.shields.io/badge/Language-Rust-blue?style=flat-square)](https://www.rust-lang.org)\n[![Build Status](https://github.com/owenthewizard/pg_idna/actions/workflows/rust_ci.yml/badge.svg?style=flat-square)](https://github.com/owenthewizard/pg_idna/actions)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green?style=flat-square)](https://opensource.org/licenses/MIT)\n[![License: Apache](https://img.shields.io/badge/License-Apache-green?style=flat-square)](https://opensource.org/licenses/Apache-2-0)\n[![Crates.io](https://img.shields.io/crates/v/pg_idna?style=flat-square)](https://crates.io/crates/pg_idna)\n[![Contributors](https://img.shields.io/github/contributors/owenthewizard/pg_idna?style=flat-square)](https://github.com/owenthewizard/pg_idna/graphs/contributors)\n[![GitHub forks](https://img.shields.io/github/forks/owenthewizard/pg_idna?style=flat-square)](https://github.com/owenthewizard/pg_idna/network/members)\n[![Stars](https://img.shields.io/github/stars/owenthewizard/pg_idna?style=flat-square)](https://github.com/owenthewizard/pg_idna/stargazers)\n[![Issues](https://img.shields.io/github/issues/owenthewizard/pg_idna?style=flat-square)](https://github.com/owenthewizard/pg_idna/issues)\n\n## ▶️ Quick Start\n\n### 🏗️ Build \u0026 Run\n\n```sh\ngit clone --depth=1 https://github.com/owenthewizard/pg_idna.git \u0026\u0026 cd pg_idna\ncargo pgrx run --release\n```\n\n### 🧑‍💻 Have Fun!\n\n```sql\nCREATE EXTENSION pg_idna;\nSELECT idna_to_ascii('☕.us');\n\"xn--53h.us\"\nSELECT idna_to_unicode('xn--53h.us');\n\"☕.us\"\n```\n\n## 🚧 Warning\n\nThis project is in a pre-alpha stage. Do not use it in production.\nI am not responsible if your elephant explodes.\n\n## 🚀 Performance\n\nBenchmarks are yet to be introduced. In my brief testing, ~1 MM domains could be processed every second.\n\n### 👷 Code Style\n\nObey `rustfmt` and Rust 2021 conventions, as well as `clippy` lints.\n\n## 🤝 Contributions\n\nPull requests are always welcome.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed under the terms of both the MIT License and the Apache License (Version 2.0).\n\n## 🔢 Version Scheme\n\nAt the moment, this project does not have a stable versioning scheme.\n\nChanges will be documented in the [Changelog](CHANGELOG.md) on a best-effort basis.\n\nSee the [tags](https://github.com/owenthewizard/pg_idna/tags) for available releases.\n\n## 👪 Authors\n\nSee [the list of contributors](https://github.com/owenthewizard/pg_inda/contributors).\n\n## ⚖️ License\n\nSee LICENSE-APACHE and LICENSE-MIT for details.\n\n## 🫶 Acknowledgements\n\n- [rust-url/idna](https://crates.io/crates/idna) by [The Servo Project Developers](https://servo.org/)\n- [pgrx](https://crates.io/crates/pgrx) by Various Authors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenthewizard%2Fpg_idna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenthewizard%2Fpg_idna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenthewizard%2Fpg_idna/lists"}