Class: Apartment::Adapters::PostgresqlAdapter

Inherits:
AbstractAdapter show all
Defined in:
lib/apartment/adapters/postgresql_adapter.rb

Overview

Default adapter when not using Postgresql Schemas

Direct Known Subclasses

JDBCPostgresqlAdapter

Instance Attribute Summary

Attributes inherited from AbstractAdapter

#default_tenant

Method Summary

Methods inherited from AbstractAdapter

#create, #current, #drop, #each, #environmentify, #initialize, #process_excluded_models, #reset, #seed_data, #switch, #switch!

Constructor Details

This class inherits a constructor from Apartment::Adapters::AbstractAdapter