sql_bridge icon indicating copy to clipboard operation
sql_bridge copied to clipboard

Add Optional Auto-ID Generator

Open choptastic opened this issue 5 years ago • 0 comments

Allow a pluggable ID generator, so it's not dependent on the backend's auto-increment/auto-id functionality. Provide some sensible defaults, like a uuid generator, or stripe_based prefix generator, but also allow making a callout to a custom id generator (so you can generate IDs however you want).

choptastic avatar Apr 23 '20 12:04 choptastic