mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
I believe KeyDatabase name is the thing of the past which was made to simplify migration to Sqlite without doing the renaming all over code base (which this commit does). So, this is a bit of technical debt IMO and direct usage of Sqlite would serve better code readability. KeyDatabase leaks presence of Sqlite though functions like new_file() and others as such it doesn't serve very good the purpose of abstracting things away and hiding the fact of Sqlite behind.