IreneKnapp / direct-sqlite

MIT License
35 stars 54 forks source link

Sqlite backup functions support #27

Closed satvikc closed 9 years ago

satvikc commented 11 years ago
sqlite3_backup_finish
sqlite3_backup_init 
sqlite3_backup_pagecount
sqlite3_backup_remaining
sqlite3_backup_step
IreneKnapp commented 11 years ago

Yes, this would be nice. No promises regarding when I'll get to it...

nurpax commented 9 years ago

@satvikc This support just got merged in https://github.com/IreneKnapp/direct-sqlite/pull/58. It's been a while since you asked but it's in HEAD now. :) And soon on Hackage too.

nurpax commented 9 years ago

direct-sqlite-2.3.15 is now available on Hackage with the requested functionality.