Set this value to true to automatically derive a
doobie's Meta
instance for the generated Id type (a dependency
with fuuid-doobie and doobie-postgres will be
necessary). Defaults to false.
This annotation can be used on any kind of object to automatically create an inner
IdtaggedFUUIDtype with convenient methods for its creation. It also provides implicit instances for cats'Hash,OrderandShowtype-classes. All these instances are available in the enclosing object.The
deriveMetaparameter can be used to control whether to automatically derive (by setting it totrue) a doobie's Meta instance for the generatedIdtype (a dependency withfuuid-doobieanddoobie-postgreswill be necessary).For an object named
User