Sha256: 1e32b02867f900567ab33873834167549c8516ee2b16914aa41c4116399fed18
Contents?: true
Size: 362 Bytes
Versions: 8
Compression:
Stored size: 362 Bytes
Contents
## # SQLite [Database] # database SQLite do |db| # Database name and path db.name = "my_database_name.sqlite3" db.path = "/path/to/my/sqlite/db/" # Optional: Use to set the location of this utility # if it cannot be found by name in your $PATH db.sqlitedump_utility = "/opt/local/bin/sqlite3" end
Version data entries
8 entries across 8 versions & 2 rubygems