simple php document store:SimplePhpDocumentStore是一个简单的NoSQL数据库用于存储php数组并查询它们 源码
SimplePhpDocumentStore SimplePhpDocumentStore是一个简单的文档存储(用于存储php数组的花哨单词),在后台运行sql。 它还使用从文档中提取的路径来提供查询组件。 当文档存储在数据库中时(通过将所有唯一路径存储为单独的值),可以通过额外的提升来解决查询部分。 安装 composer require porebskk/simple-php-document-store 产品特点 通过支持各种数据库平台 JSON路径查询生成器 用法 初始化 //Setting up the DbalAdapter, we are using here Sqlite
下载地址
用户评论