Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获得属于 env 的命名数据库的列表?通过阅读一些 python 绑定文档(命名数据库实现),我了解到名称存储在主(未命名?)数据库中,但是在使用游标浏览时我没有看到它们。
所有命名的数据库都作为键存储在未命名的数据库中。获取所有密钥,然后您将获得命名数据库的列表。对于这个没有任何数据库名称的开放 dbi,即为命名数据库参数传递 null 并读取所有键。
您可以在以下文档链接中找到它: lmdb 文档