本质上就是实现了一套 MongoDB,然而我对 MongoDB 并不感冒。。。
什么是文档 Document
A Document is a set of key and value pairs, as represented by a JSON object.
文档是一堆键值对的集合,表现为 JSON 结构。
例如:
{
"domain": "www.sunzhongwei.com",
"title": "大象笔记"
}
collection
感觉类似 mongodb 里 collection 的概念,就是 document 的集合。类似表的概念。
参考
https://dev.mysql.com/doc/refman/8.0/en/document-store.html
微信关注我哦 👍
我是来自山东烟台的一名开发者,有感兴趣的话题,或者软件开发需求,欢迎加微信 zhongwei 聊聊, 查看更多联系方式