Vignesh G
Vignesh G

Reputation: 27

How to update an entry in boltdb using python3.6

I want to update boltdb entry using python. What is the python module available for it?

I can see different drivers for boltdb like, neobolt, bolt-python.

I did not get proper document about it. I want code sample for update operation.

Upvotes: 1

Views: 342

Answers (1)

Chandan
Chandan

Reputation: 11807

You can use qingyunha/boltdb for example you can refer here but it is not updated since 11 Oct 2020

For issue there are as of now none according to synk.io

For neobolt you can check the test directory here which contain sample code on how to use the library

Upvotes: 0

Related Questions