datalevin 2025-10-28

Hi @huahaiy Is datalevin using ms access database for storing information (or it is just suffix coincidence)?

it uses LMDB. Has nothing to do with ms access.

🙏 1

mdb means "memory mapped database"

👍 2

Thank you for the answers, Is it possible to implement , custom db backend like postgres for the datalevin?

I do not see the point. If that's what you want to do, there are plenty of other options.

I consider "switchable db backend" one of the anti-patterns in programming.

👍 3