项目作者: ruoka

项目描述 :
Yet Another RESTFul Database - Implemented with C++20 - Under Construction!
高级语言: C++
项目地址: git://github.com/ruoka/YarDB.git
创建时间: 2016-03-19T13:54:15Z
项目社区:https://github.com/ruoka/YarDB

开源协议:MIT License

下载


YarDB - Yet Another RESTFul Database

Under Construction!

The intention of the project is to implement an easy to use document-oriented database that\
a. provides a Web API based on the REST principles\
b. transports data as JSON-encoded objects over HTTP/1.1 protocol and\
c. stores data as FSON-encoded objects (i.e. as FAST-encoded binary data with minimum amount of additional metadata).\

The project is implemented with C++23 using Clang 18 compiler.