Dobatymo / lmdb-python-dbm

Python DBM style wrapper of LMDB
ISC License
26 stars 8 forks source link

max_dbs #4

Closed dineshbvadhia closed 11 months ago

dineshbvadhia commented 11 months ago

Is max_dbs > 1 supported?

Dobatymo commented 11 months ago

No, I am not using named databases, only a single one. So the environment is created with max_dbs=1. What is you usecase? For anything more complex you can use LMDB directly.