Method: Taupe::Database.type

Defined in:
lib/taupe/database.rb

.typeSymbol

Get the database type

Returns:

  • (Symbol)


40
41
42
# File 'lib/taupe/database.rb', line 40

def self.type
  @instance._type
end