Class Amalgalite::TypeMaps::StorageMap
In: lib/amalgalite/type_maps/storage_map.rb
lib/amalgalite/type_maps/storage_map.rb
Parent: ::Amalgalite::TypeMap

An Amalagliate TypeMap that has a one-to-one conversion between SQLite types and Ruby classes

Methods

Public Instance methods

A straight logical mapping (for me at least) of basic Ruby classes to SQLite types, if nothing can be found then default to TEXT.

A straight logical mapping (for me at least) of basic Ruby classes to SQLite types, if nothing can be found then default to TEXT.

Do no mapping, just return the value as it was retrieved from SQLite.

Do no mapping, just return the value as it was retrieved from SQLite.

[Validate]