Skip to content

A cross-platform lightweight key-value store database based on C++

License

Notifications You must be signed in to change notification settings

AomaYple/lightdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

介绍

本项目是一个基于C++的的跨平台轻量级键值存储数据库

依赖

构建

cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release --install-prefix=your_absolute_path
cd build
ninja

额外CMake选项

  • -DNATIVE=ON 启用本机指令集(只在Release下生效)

安装

ninja install

导入

find_package(coContext REQUIRED)
target_link_libraries(your_target
        PRIVATE
        lightdb
)

About

A cross-platform lightweight key-value store database based on C++

Resources

License

Stars

Watchers

Forks