Module patterns

Module patterns 

Source
Expand description

Pre-built sequence patterns for common use cases.

Functionsยง

countdown
Create a negative sequence (counts down).
high_volume_id
Create a high-performance ID sequence with large cache.
invoice_number
Create an invoice number sequence with yearly reset pattern.
order_number
Create an order number sequence starting at 1000.
round_robin
Create a cycling sequence for round-robin distribution.