Created for the easy and fast generation of various IDs
pip install fastid
import fastid
fastid.snowflake_int()
fastid.snowflake_str()
fastid.ulid()
fastid.uuid_v7()
- ulid
- snowflake
- uuid v7 (If you intend to use uuid in your database, this can be a great choice)