luet icon indicating copy to clipboard operation
luet copied to clipboard

RFC: Client database

Open geaaru opened this issue 6 years ago • 1 comments

For trace installed/available packages we need a system from client side. The idea is to use a NoSQL/K-V database. Here, the possibilities are:

geaaru avatar Nov 22 '19 11:11 geaaru

We currently have a persistence implementation in Bolt (https://github.com/mudler/luet/blob/master/pkg/package/database_boltdb.go) , and one in-memory ( https://github.com/mudler/luet/blob/master/pkg/package/database_mem.go)

mudler avatar Nov 26 '19 16:11 mudler