AnantLabs / xerial

Automatically exported from code.google.com/p/xerial
0 stars 0 forks source link

Online backup/restore support #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please describe a summary of the new feature (in a paragraph):
Add an online/backup support, which is recently available in SQLite. 

Please provide any additional information below:
SQL and SQLite has no syntax for backup/support; .backup command in 
SQLite3 CUI is not supported in C API for queries. 

Add
backup (to target file) 
restore (from db file)

Original issue reported on code.google.com by taroleo on 12 Mar 2010 at 5:20

GoogleCodeExporter commented 9 years ago
done

Original comment by taroleo on 12 Mar 2010 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by taroleo on 12 Mar 2010 at 9:16