polysemy-db-0.0.1.0: lib/Polysemy/Db/Data/DbPassword.hs
module Polysemy.Db.Data.DbPassword where
newtype DbPassword =
DbPassword { unDbPassword :: Text }
deriving stock (Eq, Show, Generic)
deriving newtype (IsString, Ord)
json ''DbPassword
module Polysemy.Db.Data.DbPassword where
newtype DbPassword =
DbPassword { unDbPassword :: Text }
deriving stock (Eq, Show, Generic)
deriving newtype (IsString, Ord)
json ''DbPassword