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

Latest commit

 

History

History
34 lines (22 loc) · 979 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 979 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::Property::Legacy::DateString}: Date values stored as Strings.
  • {DataMapper::Property::Legacy::TimeString}: Time values stored as Strings.
  • {DataMapper::Property::Legacy::NumericIPAddr}: IP Addresses stored as Integers.
  • {DataMapper::Property::Legacy::URIText}: URI escaped text.
  • {DataMapper::Property::Legacy::HTMLText}: HTML escaped text.

Requirements

Install

$ sudo gem install dm-types-legacy

License

Copyright (c) 2010-2011 Hal Brodigan

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