Sha256: 3fc5ef05b3020ffb546cf74a5237ab3b8457c72a6454a63016a6cfcb327fc0ee

Contents?: true

Size: 444 Bytes

Versions: 1

Compression:

Stored size: 444 Bytes

Contents

# PostgreSQL. Versions 7.4 and 8.x are supported.
#
# Install the ruby-postgres driver:
#   gem install ruby-postgres
# On Mac OS X:
#   gem install ruby-postgres -- --include=/usr/local/pgsql
# On Windows:
#   gem install ruby-postgres
#       Choose the win32 build.
#       Install PostgreSQL and put its /bin directory on your path.

development:
  adapter: sqlite3
  database: ":memory:"

test:
  adapter: sqlite3
  database: ":memory:"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ankh-0.2.0 spec/dummy/config/database.yml