Sha256: 281a9484fec5e5e01d3066240a0e4d048d34078895045fd6f1cfb2efc45bfc58
Contents?: true
Size: 312 Bytes
Versions: 53
Compression:
Stored size: 312 Bytes
Contents
## # SQLite [Database] # database SQLite do |db| # Path to database file db.path = "/path/to/my/sqlite/db.sqlite" # 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
53 entries across 53 versions & 10 rubygems