module

Marten::DB::Management::Introspector

Constants

IMPLEMENTATIONS = {Connection::MYSQL_ID => Introspector::MySQL, Connection::POSTGRESQL_ID => Introspector::PostgreSQL, Connection::SQLITE_ID => Introspector::SQLite}

Class methods

for(connection : Connection::Base) : Introspector::Base

Returns an introspector for the passed connection.

Source

Nested types