bluemoon / sea-orm-newtype-id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sea-orm Newtype ID is a ID generation system ๐Ÿš

  • ๐ŸŽฒ Currently uses nanoid
  • ๐Ÿฆ“ Stripe style IDs allow for users to see what kind of IDs are being used without having to log them in the database

Rationale

  • Stringly typed IDs can be very error prone, think of the case where you are using more than one ID at a time

About

License:MIT License


Languages

Language:Rust 100.0%