Method: Libsql::Database#type_map
- Defined in:
- lib/libsql/database.rb
#type_map ⇒ Object
An object that follows the TypeMap protocol, or nil.
By default this is an instances of TypeMaps::DefaultMap
101 102 103 |
# File 'lib/libsql/database.rb', line 101 def type_map @type_map end |