Sha256: 6247ec3687c709edb3d6d741104b4550f10769afd9e8d2a990c032a961224f3e

Contents?: true

Size: 391 Bytes

Versions: 2

Compression:

Stored size: 391 Bytes

Contents

  ##
  # SQLite [Database]
  #
  database SQLite do |db|
    # To dump all databases, set `db.name = :all` (or leave blank)
    db.name               = "my_database_name"
    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

2 entries across 2 versions & 1 rubygems

Version Path
backup-4.0.7 templates/cli/databases/sqlite
backup-4.0.6 templates/cli/databases/sqlite