Tom
Tom
Sorry, I don't quite understand. What did you have in mind?
Ah, the device class in the USB Device descriptor. I'm happy to add an enum for HID specific values, but shouldnt more generic ones like `MISC` be exposed in something...
Yeppers, I think it would be nice to have the really common descriptors ready to go in this crate (keyboard/mouse/joystick/etc). But i dont think we should try and be exhaustive....
Any word @sbinet ?
db.flush() added, so I can use that.
Any update on this? I've found myself wanting to use ql again :)
WRT backups: Can i just gzip the database file? Will there be a time where this is in a 'corrupt' state? I would expect the semantics of `db.Flush()` to mean...
It sounds like If I start gzipping the database while other mutating db ops are in flight, then the file could become corrupted (failed backup). Is there a way to...
Sorry for the delay, ive been blocked on other features so haven't done backup yet, but will update this issue once I circle back. Cheers &
FYI, current plan is to build a package that uses __Table and _Column systables, so a user just has to call `backup()`. Slated for implementation after I revamp the planner.