Class: Backhoe::Sqlite3
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Instance Method Details
#dump(**_) ⇒ Object
71 72 73 |
# File 'lib/backhoe.rb', line 71 def dump **_ FileUtils.cp database, file_path end |
#load ⇒ Object
75 76 77 |
# File 'lib/backhoe.rb', line 75 def load FileUtils.cp file_path, database end |