Hi @pmatilai (or any other maintainer that want to talk about that), i want to 
create a general kind of package viewer (not to install anything, but just 
show) than can embed a lot of other packages managers (not only the one for 
ditro, but also for snap and flatpak containers, and language specific 
packages/modules managers). And iḿ doing this in Go.
## Query from my own code
I don´t want to do something dirty like to exec some shell command from my own 
code. Instead, i read files generated by managers and/or databases (for dnf, it 
is easy).

So there is 2 (or maybe more) options:
1. read the rpmdb.sqlite sqlite3 database (or the Packages.db from openSuse 
from ndb database)
1. use a golang api that can access/query rpm safely.

## Question
1. From the first option: is there a kind of UML database diagram that can show 
and explain what i can read or should i do it myself ?
2. From the second option: do you know an go API that can query the way you 
probably like the most (me too) the rpm things ?
3. An other one idea is very welcome (but sure not to exec shell code from 
source code), do you have some better options around ?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/discussions/3308
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/repo-discussions/3...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to