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:awill...@whitemice.org> GPG D95ED383
OpenGroupware Developer <http://www.opengroupware.us/>


_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to