[Ruby] DataMapperで利用できるデータ型

Ruby用 ORM である DataMapper で利用できるデータ型を調べたのでメモ。

DataMapperで利用できるデータ型(Available Types)

DM-Cpre は以下のプリミティブ型をサポートしています。

(DM-Core supports the following ‘primitive’ data-types.)

  • Boolean
  • String
  • Text
  • Float
  • Integer
  • Decimal
  • DateTime, Date, Time
  • Object, (marshalled)
  • Discriminator
  • Binary

・引用元:DataMapper – Properties はてなブックマーク - DataMapper - Properties