Module: Purview::RawConnections
- Defined in:
- lib/purview/raw_connections/pg.rb,
lib/purview/raw_connections/base.rb,
lib/purview/raw_connections/mysql2.rb,
lib/purview/raw_connections/jdbc/base.rb,
lib/purview/raw_connections/jdbc/mysql.rb,
lib/purview/raw_connections/jdbc/postgres.rb
Defined Under Namespace
Modules: JDBC Classes: Base, Mysql2, PG
Constant Summary collapse
- PostgreSQL =
Purview::RawConnections::JDBC::Postgres
- MySQL =
Purview::RawConnections::JDBC::MySQL