To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 27 / 274fb7590cee2a1c0d94dfbcc4c004e94678fa88.svn-base @ 1298:4f746d8966dd

History | View | Annotate | Download (386 Bytes)

1
sqlite3:
2
  adapter: sqlite3
3
  dbfile: awesome_nested_set.sqlite3.db
4
sqlite3mem:
5
  :adapter: sqlite3
6
  :dbfile: ":memory:"
7
postgresql:
8
  :adapter: postgresql
9
  :username: postgres
10
  :password: postgres
11
  :database: awesome_nested_set_plugin_test
12
  :min_messages: ERROR
13
mysql:
14
  :adapter: mysql
15
  :host: localhost
16
  :username: root
17
  :password:
18
  :database: awesome_nested_set_plugin_test