TheBigDB结构化数据库

联合创作 · 2023-10-01 01:09

TheBigDB 是一个非常松散的结构化数据库软件。其 API 是基于 HTTP 的 GET 和 POST 请求。

示例 JavaScript 代码:

var thebigdb = new TheBigDB;

thebigdb.Statement("search",
  {
    nodes: [{match: ""}, "job", "President of the United States"],
    period: {from: "2000-01-01", to: "2002-01-01"}
  },
  function(data){ console.log(data) }
);

 

浏览 6
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报