[Vala] Equivalent for sqlitebck (sqlite backup)



I am attempting to resurrect an abandoned application, rewriting it in
Vala.  So far vala is really nice.

But I'm stuck on an equivalent for the Python module sqlitebck.

sqlitebck wraps the SQLite backup/restore procedures.

The applications 'opens' and SQLite database - restoring it to a
memory:// database - and 'saves' that in memory database back to an
SQLite on-disk database using sqlitebck.copy(source, target).

How would one do an equivalent thing in Vala?

-- 
Adam Tauno Williams <mailto:awilliam whitemice org> GPG D95ED383
OpenGroupware Developer <http://www.opengroupware.us/>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]