Skip to content

Commit

Permalink
Add additional implementations to README (#50)
Browse files Browse the repository at this point in the history
Add links to the community provided implementations we have so far
  • Loading branch information
loreto authored Jun 29, 2023
1 parent 2c9d073 commit dabcb53
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Here's an example of a TypeID of type `user`:

## Implementations

### Official Implementations by `jetpack.io`
| Language | Status |
| -------- | ------ |
| [Go](https://github.com/jetpack-io/typeid-go) | ✓ Implemented |
Expand All @@ -40,6 +41,15 @@ Here's an example of a TypeID of type `user`:
| [SQL](https://github.com/jetpack-io/typeid-sql) | ✓ Implemented |
| [TypeScript](https://github.com/jetpack-io/typeid-ts) | ✓ Implemented |

### Community Provided Implementations
| Language | Author | Validted Against Spec? |
| -------- | ------ | ---------------------- |
| [C# (.Net)](https://github.com/TenCoKaciStromy/typeid-dotnet) | @TenCoKaciStromy | Not Yet |
| [Rust](https://github.com/alisa101rs/typeid-rs) | @alisa101rs | Not Yet |
| [Rust](https://github.com/conrad/type-safe-id) | @conrad | Not Yet |
| [Swift](https://github.com/Frizlab/swift-typeid) | @Frizlab | Not Yet |
| [TypeScript](https://github.com/ongteckwu/typeid-ts) | @ongteckwu | Not Yet |

We are looking for community contributions to implement TypeIDs in other languages.

## Command-line Tool
Expand Down

0 comments on commit dabcb53

Please sign in to comment.