Module: DbAgile::Core

Defined in:
lib/dbagile/core/chain.rb,
lib/dbagile/core/io/dsl.rb,
lib/dbagile/core/schema.rb,
lib/dbagile/core/database.rb,
lib/dbagile/core/connection.rb,
lib/dbagile/core/repository.rb,
lib/dbagile/core/schema/part.rb,
lib/dbagile/core/transaction.rb,
lib/dbagile/core/io/robustness.rb,
lib/dbagile/core/schema/builder.rb,
lib/dbagile/core/schema/logical.rb,
lib/dbagile/core/schema/physical.rb,
lib/dbagile/core/schema/composite.rb,
lib/dbagile/core/schema/robustness.rb,
lib/dbagile/core/repository/builder.rb,
lib/dbagile/core/schema/schema_object.rb,
lib/dbagile/core/schema/logical/relvar.rb,
lib/dbagile/core/schema/migrate/stager.rb,
lib/dbagile/core/schema/physical/index.rb,
lib/dbagile/core/schema/database_schema.rb,
lib/dbagile/core/schema/logical/heading.rb,
lib/dbagile/core/schema/logical/relview.rb,
lib/dbagile/core/repository/yaml_methods.rb,
lib/dbagile/core/schema/builder/coercion.rb,
lib/dbagile/core/schema/physical/indexes.rb,
lib/dbagile/core/schema/logical/attribute.rb,
lib/dbagile/core/schema/migrate/drop_view.rb,
lib/dbagile/core/schema/migrate/operation.rb,
lib/dbagile/core/schema/computations/merge.rb,
lib/dbagile/core/schema/computations/minus.rb,
lib/dbagile/core/schema/computations/split.rb,
lib/dbagile/core/schema/logical/constraint.rb,
lib/dbagile/core/schema/migrate/drop_table.rb,
lib/dbagile/core/schema/computations/filter.rb,
lib/dbagile/core/schema/logical/constraints.rb,
lib/dbagile/core/schema/migrate/create_view.rb,
lib/dbagile/core/schema/migrate/create_table.rb,
lib/dbagile/core/schema/migrate/expand_table.rb,
lib/dbagile/core/schema/migrate/collapse_table.rb,
lib/dbagile/core/schema/builder/concept_factory.rb,
lib/dbagile/core/schema/migrate/abstract_script.rb,
lib/dbagile/core/schema/logical/constraint/foreign_key.rb,
lib/dbagile/core/schema/logical/constraint/candidate_key.rb

Defined Under Namespace

Modules: IO, Schema Classes: Chain, Connection, Database, Repository, Transaction