Skip to content

Commit

Permalink
Add python fastnanoid (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlambson committed Jun 10, 2024
1 parent 36b05dd commit 81b5315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,9 @@ the same ID generator on the client and server side.
* [OCaml](https://github.com/routineco/ocaml-nanoid)
* [Perl](https://github.com/tkzwtks/Nanoid-perl)
* [PHP](https://github.com/hidehalo/nanoid-php)
* [Python](https://github.com/puyuan/py-nanoid)
* Python [native](https://github.com/puyuan/py-nanoid) implementation
with [dictionaries](https://pypi.org/project/nanoid-dictionary)
and [fast](https://github.com/oliverlambson/fastnanoid) implementation (written in Rust)
* Postgres [Extension](https://github.com/spa5k/uids-postgres)
and [Native Function](https://github.com/viascom/nanoid-postgres)
* [R](https://github.com/hrbrmstr/nanoid) (with dictionaries)
Expand Down

0 comments on commit 81b5315

Please sign in to comment.