Registry / database / dm-types

dm-types

JSON →
library1.2.2rbrubygemsunverified

DataMapper plugin providing extra data types such as UUID, JSON, and Enum for use in model properties.

gem install dm-types
INSTALL
IMPORT
SIG · DM-TYPES
D
dm-types
databaserubyv1.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataMapper
require 'dm-types'

Define a DataMapper model with a UUID property.

require 'dm-types' class User include DataMapper::Resource property :id, Serial property :uuid, UUID end
Debug
Known issues
gotchaDataMapper is no longer actively maintained; consider migrating to Sequel or ActiveRecord.
fix
Replace DataMapper with a supported ORM like Sequel or ActiveRecord.
affects: >= 1.2.2
Upgrade
Version history
1.2.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
62 hits · last 30 days
node
54
OpenAI (training)
1
Resources
dm-types — gem install dm-types · libregistry