Skip to content

Commit

Permalink
docs: rename NanoidBase -> NanoIDBase
Browse files Browse the repository at this point in the history
docs: rename NanoidBase -> NanoIDBase

Signed-off-by: Alexey Rysev <[email protected]>
  • Loading branch information
rysev-a authored Feb 6, 2025
1 parent 3ec9660 commit c6be003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Advanced Alchemy provides several base classes optimized for different use cases
- UUIDv6 primary keys, Automatic created_at/updated_at timestamps
* - ``UUIDv7AuditBase``
- Time-sortable UUIDv7 primary keys, Automatic created_at/updated_at timestamps
* - ``NanoidBase``
* - ``NanoIDBase``
- URL-friendly unique identifiers, Shorter than UUIDs, collision resistant
* - ``NanoidAuditBase``
* - ``NanoIDAuditBase``
- URL-friendly IDs with audit timestamps, Combines Nanoid benefits with audit trails

Mixins
Expand Down

0 comments on commit c6be003

Please sign in to comment.