文件名称:zlmdb:基于LMDB的对象关系内存数据库层
文件大小:270KB
文件格式:ZIP
更新时间:2024-03-12 17:16:16
database flatbuffers lmdb in-memory object-relational
ZLMDB 基于LMDB的对象关系内存数据库层: 高性能(见下文) 支持多种序列化器(JSON,CBOR,Pickle,Flatbuffers) 支持从Apache Arrow导出/导入 支持本地Numpy数组和Pandas数据框 自动索引 免费软件(MIT许可证)
【文件预览】:
zlmdb-master
----MANIFEST.in(291B)
----README.rst(1KB)
----.gitmodules(100B)
----requirements-dev.txt(410B)
----.coveragerc(317B)
----docs()
--------performance.rst(10KB)
--------conf.py(5KB)
--------usage.rst(65B)
--------installation.rst(2KB)
--------readme.rst(27B)
--------Makefile(606B)
--------index.rst(268B)
--------_static()
----zlmdb()
--------cli.py(2KB)
--------_types.py(36KB)
--------_errors.py(1KB)
--------tests()
--------_transaction.py(5KB)
--------__init__.py(10KB)
--------flatbuffers()
--------_schema.py(4KB)
--------_version.py(1KB)
--------_meta.py(1KB)
--------_pmap.py(46KB)
--------_database.py(19KB)
----pytest.ini(89B)
----deps()
--------flatbuffers()
----.github()
--------ISSUE_TEMPLATE.md(316B)
--------workflows()
----tests()
--------test_ops.py(4KB)
--------test_zlmdb.py(1000B)
--------user.py(2KB)
--------test_fbs_reflection.py(259B)
--------zdb()
--------Makefile(70B)
--------test_new.py(1KB)
--------_gen()
--------test_cbor.py(2KB)
--------user_typed.py(2KB)
--------test_flatbuffers.py(2KB)
--------test_pickle.py(1KB)
----tox.ini(3KB)
----LICENSE(1KB)
----mypy.ini(119B)
----deploy.sh(2KB)
----yapf.ini(2KB)
----setup.cfg(448B)
----flatbuffers()
--------encode.py(2KB)
--------number_types.py(4KB)
--------packer.py(1KB)
--------table.py(5KB)
--------util.py(994B)
--------builder.py(25KB)
--------compat.py(2KB)
--------__init__.py(698B)
----setup.py(3KB)
----.gitignore(1KB)
----Makefile(5KB)
----.editorconfig(292B)
----requirements-test.txt(39B)