# lbson
**Repository Path**: xiyoo0812/lbson
## Basic Information
- **Project Name**: lbson
- **Description**: 基于C++17的Lua MongoDB驱动和Bson解析库!
- **Primary Language**: C++
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-11-07
- **Last Updated**: 2026-01-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# lbson
基于C++17的Lua MongoDB驱动和Bson解析库!
# 依赖
- [lua](https://github.com/xiyoo0812/lua.git)5.2以上
- [luakit](https://github.com/xiyoo0812/luakit.git)
- 项目路径如下
|--proj
|--lua
|--luakit
|--lbson
# 编译
- msvc: 准备好lua依赖库并放到指定位置,将proj文件加到sln后编译。
- linux: 准备好lua依赖库并放到指定位置,执行make -f lbson.mak