Commit Graph

2 Commits

Author SHA1 Message Date
Anna Schumaker dc6f5f54c3 command: Add a function to be called after the main function
The main function is run inside a sqlite transaction context, but there
are a few rare cases where we want to call a function after the main
function and outside of a transaction (such as using the sqlite 'VACUUM'
operation). This gives us a way to do that.

Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-11-07 14:52:42 -05:00
Anna Schumaker 2a94b5e519 xfstestsdb: Create a generic Command class
This is intended to be used as a base class for implementing other
xfstestsdb commands.

Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-02-15 11:52:42 -05:00