简体   繁体   English

如何嵌入LMDB数据库

[英]how to embed LMDB database

I have heard of symas lightning memory mapped database , LMDB and went through the available documentations. 我听说过symas lightning memory mapped database LMDBLMDB阅读了可用的文档。 How to use the database in Visual Studio? 如何在Visual Studio中使用数据库? Also, is there something like Collections of MongoDB or table of RDBMS (I know LMDB is non SQL) in LMDB ? 另外,LMDB中是否有类似MongoDB CollectionsRDBMS table (我知道LMDB是非SQL)的LMDB

LMDB is a key value store, it does not have tables like an RDBMS. LMDB是键值存储,它没有像RDBMS这样的表。 An LMDB environment can support multiple database instances within it. LMDB环境可以在其中支持多个数据库实例。 You could use each instance to store logically similar keys, just like a mongodb collection. 您可以使用每个实例来存储逻辑上相似的键,就像mongodb集合一样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM