From acd897f565719ada3f6f9e509e818932afe23bdb Mon Sep 17 00:00:00 2001 From: Spark <79936503+spa5k@users.noreply.github.com> Date: Fri, 29 Apr 2022 14:33:25 +0530 Subject: [PATCH] Added postgres extension to various README files (#359) * Update README.md * Update README.zh-CN.md * Update README.ru.md * Update README.id-ID.md * Update README.ru.md * Update README.id-ID.md * Update README.md * Update README.ru.md * Update README.zh-CN.md --- README.id-ID.md | 1 + README.md | 1 + README.ru.md | 3 ++- README.zh-CN.md | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.id-ID.md b/README.id-ID.md index 7994cecc..c9b5e0f3 100644 --- a/README.id-ID.md +++ b/README.id-ID.md @@ -393,6 +393,7 @@ Nano ID telah bermigrasi ke berbagai macam bahasa. Seluruh versi dapat digunakan - [Perl](https://github.com/tkzwtks/Nanoid-perl) - [PHP](https://github.com/hidehalo/nanoid-php) - [Python](https://github.com/puyuan/py-nanoid) with [dictionaries](https://pypi.org/project/nanoid-dictionary) +- [Postgres Extension](https://github.com/spa5k/uids-postgres) - [R](https://github.com/hrbrmstr/nanoid) (with dictionaries) - [Ruby](https://github.com/radeno/nanoid.rb) - [Rust](https://github.com/nikolay-govorov/nanoid) diff --git a/README.md b/README.md index e704e232..d3ed1f88 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,7 @@ the same ID generator on the client and server side. * [PHP](https://github.com/hidehalo/nanoid-php) * [Python](https://github.com/puyuan/py-nanoid) with [dictionaries](https://pypi.org/project/nanoid-dictionary) +* [Postgres Extension](https://github.com/spa5k/uids-postgres) * [R](https://github.com/hrbrmstr/nanoid) (with dictionaries) * [Ruby](https://github.com/radeno/nanoid.rb) * [Rust](https://github.com/nikolay-govorov/nanoid) diff --git a/README.ru.md b/README.ru.md index 0a203160..4b489e77 100644 --- a/README.ru.md +++ b/README.ru.md @@ -497,11 +497,12 @@ Nano ID был портирован на множество языков. Это - [PHP](https://github.com/hidehalo/nanoid-php) - [Python](https://github.com/puyuan/py-nanoid) со [словарями](https://pypi.org/project/nanoid-dictionary) +- [Postgres Extension](https://github.com/spa5k/uids-postgres) - [R](https://github.com/hrbrmstr/nanoid) (со словарями) - [Ruby](https://github.com/radeno/nanoid.rb) - [Rust](https://github.com/nikolay-govorov/nanoid) - [Swift](https://github.com/antiflasher/NanoID) -* [Unison](https://share.unison-lang.org/latest/namespaces/hojberg/nanoid) +- [Unison](https://share.unison-lang.org/latest/namespaces/hojberg/nanoid) - [V](https://github.com/invipal/nanoid) - [Zig](https://github.com/SasLuca/zig-nanoid) diff --git a/README.zh-CN.md b/README.zh-CN.md index e24013c6..34ed1ede 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -475,6 +475,7 @@ Nano ID 已被移植到许多语言。 你可以使用下面这些移植,获 * [PHP](https://github.com/hidehalo/nanoid-php) * [Python](https://github.com/puyuan/py-nanoid) with [dictionaries](https://pypi.org/project/nanoid-dictionary) +* [Postgres Extension](https://github.com/spa5k/uids-postgres) * [R](https://github.com/hrbrmstr/nanoid) (with dictionaries) * [Ruby](https://github.com/radeno/nanoid.rb) * [Rust](https://github.com/nikolay-govorov/nanoid)