staticDB:用C ++编写的NoSQL数据库引擎

时间:2024-02-25 09:29:21
【文件属性】:

文件名称:staticDB:用C ++编写的NoSQL数据库引擎

文件大小:983KB

文件格式:ZIP

更新时间:2024-02-25 09:29:21

cpp nosql nosql-database NoSQLC++

静态数据库 用C ++编写的Json DataStore引擎。 Only Header导入库。 直接JSON存储。 基于文件的数据库。 重量极轻。 用Cython扩展以导入Python 。 依存关系 Aaron McKinney撰写的File Object Wrapper。 执照 例子 储存资料 # include " Database.h " using Database = StaticDB::Database; using namespace std ; int main () { Database db; db. open (filename,passwor


【文件预览】:
staticDB-master
----UML()
--------PDS(3KB)
--------LogicDiagram(2KB)
--------StaticDB.xml(3KB)
----staticDB_utility.py(3KB)
----tests()
--------StringMapperTest.cpp(2KB)
--------DataManager.cpp(628B)
--------JsonStore.cpp(2KB)
--------testdb(256B)
--------test.txt(20B)
--------FileLayer.cpp(389B)
--------ParserTest.cpp(792B)
----Python Driver()
--------staticDB.pyd(719KB)
--------testdb.sdb(4KB)
--------StaticDB.py(318B)
--------stressTest.py(149B)
--------Cython_src()
--------testModule.py(891B)
----LICENSE(34KB)
----src()
--------version.h(277B)
--------Intefaces()
--------SymbolTree.h(1KB)
--------CommonUtil.h(2KB)
--------Structures()
--------StringMapper.h(6KB)
--------JsonStore.h(683B)
--------Constants.h(1KB)
--------Parser.h(3KB)
--------Compiler.h(419B)
--------Engine()
--------Tokens()
--------json.hpp(540KB)
--------Database.h(664B)
----mysite()
--------testdb_client.sdb(2KB)
--------testdb.sdb(52KB)
--------myDB()
--------db.sqlite3(40KB)
--------client_test.py(1021B)
--------mysite()
--------manage.py(804B)
----main.cpp(877B)
----.gitignore(754B)
----CMakeLists.txt(924B)
----README.md(2KB)
----.gitattributes(65B)

网友评论