[Rpm-maint] [rpm-software-management/rpm] Add an sqlite based rpmdb backend (experimental) (#899)

Panu Matilainen notifications at github.com
Thu Oct 17 05:40:40 UTC 2019


pmatilai commented on this pull request.



> @@ -59,6 +64,15 @@ dbDetectBackend(rpmdb rdb)
     }
 #endif
 
+#if defined(WITH_SQLITE)
+    path = rstrscat(NULL, dbhome, "/Packages.sqlite", NULL);

The thought has crossed my mind as well. The "reason" to have it resemble the others is basically to allow covering the different variants with "Packages*" but then LMDB doesn't follow that and we'll need an API to cover for the differences anyway so yeah, we could just as well call it something more sensible.

In general, naming (including database columns) is pretty much in the open still.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/899#discussion_r335816977
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191016/617a0ccc/attachment.html>


More information about the Rpm-maint mailing list