Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 928 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 928 Bytes

dm-types-legacy

Description

dm-types-legacy is a collection of legacy data types for working with legacy databases or unsanitized data.

Types

  • {DataMapper::Types::Legacy::DateString}: Date values stored as Strings.
  • {DataMapper::Types::Legacy::TimeString}: Time values stored as Strings.
  • {DataMapper::Types::Legacy::NumericIPAddr}: IP Addresses stored as Integers.
  • {DataMapper::Types::Legacy::URIText}: URI escaped text.
  • {DataMapper::Types::Legacy::HTMLText}: HTML escaped text.

Requirements

Install

$ sudo gem install dm-types-legacy

License

See {file:LICENSE.txt} for license information.