schleyfox / gigantron

Framework for Data Processing

This URL has Read+Write access

gigantron / test / template_database.yml.example
100644 10 lines (8 sloc) 0.202 kb
1
2
3
4
5
6
7
8
9
10
# JRuby
#:test:
# :adapter: jdbcsqlite3
# :url: jdbc:sqlite:<%= GTRON_ROOT %>/db/test.sqlite3
 
# Ruby 1.8
#:test:
# :adapter: sqlite3
# :database: <%= File.expand_path GTRON_ROOT %>/db/test.sqlite3