kaspiana / mage

A command-line tool for cataloguing images (particularly digital art), styled after Git.
0 stars 0 forks source link

Refactor of DB engine #34

Closed kaspiana closed 4 months ago

kaspiana commented 4 months ago

All SQL fragments have been moved into the DBCommands as consts or static functions, so that they can be managed centrally. A helper function has been added to make it simpler to write and run queries.