artipie / rpm-adapter

Turns your data storage into an RPM repository
https://www.artipie.com
MIT License
5 stars 0 forks source link

[question] rpm-adapter does not generate sqlite DBs, has any plan to implement? #514

Open lugeng opened 2 years ago

g4s8 commented 2 years ago

@lugeng good point! Sqlite operations should be much faster than using xml files, we definitely need to support it.

olenagerasimova commented 2 years ago

DB structure is described here

Conan-Kudo commented 1 year ago

The SQLite export is deprecated in createrepo, and isn't used by any of the currently maintained RPM package managers. I wouldn't bother implementing it at all.