module PgSaurus
Rails engine which allows to use some PostgreSQL features:
-
Schemas.
-
Comments on columns and tables.
-
Foreign keys.
-
Partial indexes.
Constants
- VERSION
Version of pg_saurus gem.
Public Class Methods
configure() { |config| ... }
click to toggle source
Configure the engine.
# File lib/pg_saurus.rb, line 24 def self.configure yield(config) end