objectbox / objectbox-python

Superfast on-device object & vector database for Python
https://objectbox.io/
Apache License 2.0
118 stars 18 forks source link

Is there a way to open an existed data.mdb ? #20

Open BeneficialCode opened 5 months ago

BeneficialCode commented 5 months ago

I mean a python example to open a database.

greenrobot commented 5 months ago

This? https://docs.objectbox.io/data-browser

BeneficialCode commented 5 months ago

I mean coding.

greenrobot commented 5 months ago

Basically you need to go through here: https://github.com/objectbox/objectbox-python?tab=readme-ov-file#getting-started

But, where does the data.mbd come from? Microsoft Access also uses this .mdp file extension, but it has nothing to do with it.

BeneficialCode commented 5 months ago

Actually, they are objectbox databases which in the objectbox directory. I find that they store in android application's files path. It includes data.mdb and lock.mdb.