0
I received a project where I have a file . db
I tried to open it with Sqlitestudio and Sqlitemanager, I was unsuccessful. I was informed that this db was a database Berkeley.
I would like to open this db, if possible, convert it to a normal database. I searched and did not find much about this type of database, explanations or links about this database are welcome!
But please help me open and view the content, there is some manager?
To access with Python, you have this module: https://pypi.org/project/bsddb3
– Gomiero
I get this error, you know what causes it? http://prntscr.com/jrtrsq
– Luan pedro
I recommend you try to install with the
pip
(which will probably install all dependencies), but in case you wanted to install manually or in case of trouble again, you can download the BDB binary here: Oracle Berkeley DB Downloads– Gomiero