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.
我已经lmdb(symas lightning memory mapped database)在我的Ubuntu 14.04. 我可以成功地编写一个程序来C++使用lmdb并向它添加数据。现在我的文件夹中有一个 data.mdb和lock.mdb文件。data.mdb我尝试使用打开MDB Viewer,但它什么也没显示。有没有GUI可以用来查看数据库文件的。是否可以添加多个与键关联的值(例如与 id 关联的学生姓名、地址、电话号码)?
lmdb(symas lightning memory mapped database)
Ubuntu 14.04
C++
lmdb
data.mdb
lock.mdb
MDB Viewer
GUI