datalevin

siavash mohammady 2025-10-28T15:46:58.177179Z

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

Huahai 2025-10-28T15:59:25.819039Z

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

🙏 1
Huahai 2025-10-28T16:00:01.972149Z

mdb means "memory mapped database"

👍 2
siavash mohammady 2025-10-28T16:14:59.958459Z

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

Huahai 2025-10-28T16:26:39.466739Z

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

Huahai 2025-10-28T16:27:53.257389Z

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

👍 3