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

Neal Gompa (ニール・ゴンパ) notifications at github.com
Thu Oct 17 00:49:20 UTC 2019


Conan-Kudo requested changes on this pull request.



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

For this, we only have the single database file, right? Couldn't we just call this `rpmdb.sqlite` instead of `Packages.sqlite`?

-- 
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#pullrequestreview-302953172
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191016/bd5c23f0/attachment.html>


More information about the Rpm-maint mailing list