# SQlite3MC-Cpp **Repository Path**: Mq-b/SQlite3MC-Cpp ## Basic Information - **Project Name**: SQlite3MC-Cpp - **Description**: 基于 SQLite3 Multiple Ciphers,为 SQLite3 加密数据库提供易用且安全的 C++ 接口 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-02 - **Last Updated**: 2025-10-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: cmake, Cpp ## README # SQlite3MC-Cpp ## 语言 - [English](README.md) - [中文](README_zh.md) ## 简介 SQlite3MC-Cpp 是一个现代化的 C++ 封装库,基于 [SQLite3 Multiple Ciphers](https://github.com/utelle/SQLite3MultipleCiphers),为 SQLite3 加密数据库提供易用且安全的 C++ 接口。 在 Windows 平台上,您可以直接使用 SQlite3MC 提供的 [Release 二进制版本](https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v2.1.1/sqlite3mc-2.1.1-sqlite-3.49.2-icu-win64.zip)。 在 Linux 平台上,您需要通过源码编译进行安装,具体都可见其[官方文档](https://utelle.github.io/SQLite3MultipleCiphers/docs/installation/install_overview/)。