Module: PgExport::Types

Defined in:
lib/pg_export/lib/pg_export/types.rb

Constant Summary collapse

DumpName =
Strict::String.constrained(format: /.+_20[0-9]{6}_[0-9]{6}\Z/)
DumpType =
Types::Coercible::String.enum('plain', 'encrypted')
DumpFile =
Types.Instance(PgExport::ValueObjects::DumpFile)