Skip to content

Commit

Permalink
[typeid] Add a T-SQL implementation in the README.md (#111)
Browse files Browse the repository at this point in the history
Hello,

We added an T-SQL naive implementation (allowing to migrate, create
default constraint etc) in SQL Server.
It respects the specs (we can decode it using your CLI)

Regards
  • Loading branch information
titouancreach committed Aug 28, 2023
1 parent 14c06d3 commit 62e2071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Implementations should adhere to the formal [specification](./spec).
| [Rust](https://github.com/johnnynotsolucky/strong_id) | [@johnnynotsolucky](https://github.com/johnnynotsolucky) | Yes, on 2023-07-13 |
| [Scala](https://github.com/ant8e/uuid4cats-effect) | [@ant8e](https://github.com/ant8e) | Yes, on 2023-07-14 |
| [Swift](https://github.com/Frizlab/swift-typeid) | [@Frizlab](https://github.com/Frizlab) | Yes, on 2023-07-07 |
| [T-SQL](https://github.com/uniteeio/typeid_tsql) | [@uniteeio](https://github.com/uniteeio) | Yes, on 2023-08-25 |
| [TypeScript](https://github.com/ongteckwu/typeid-ts) | [@ongteckwu](https://github.com/ongteckwu) | Yes, on 2023-06-30 |
| [Zig](https://github.com/tensorush/zig-typeid) | [@tensorush](https://github.com/tensorush) | Yes, on 2023-07-05 |

Expand Down

0 comments on commit 62e2071

Please sign in to comment.