/pg_tools

A gem that facilitates working with Postgresql schemas for multi-tenant applications. It keeps your private schema migrations separate from the public ones (in db/migrate/private_schemas) and also keeps different schema.rb files in db/schema.rb (public) and db/private/schema.rb (private) respectively.

Primary LanguageRuby

Watchers