在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:2,727
forks:564
updated:2026年5月19日 21:46
SKILL.md
Build SQLiteCpp with CMake. Use for CMake builds, tests, options, or build scripts.
Builds SQLiteCpp with Meson. Use when configuring Meson builds, tests, or Meson options.
SQLiteCpp CI workflow patterns. Use for GitHub Actions, AppVeyor, Travis, matrices, or test steps.
SQLiteCpp coding standards and API rules for core edits, public headers, style, and Doxygen.
SQLiteCpp Doxygen standards and templates for public API docs and file headers.
SQLiteCpp branch naming and creation rules for starting tasks, issues, or features.
| name | sqlitecpp-sqlite-flags |
| description | SQLiteCpp and sqlite3 feature flags for CMake and Meson builds. |
SQLITECPP_INTERNAL_SQLITE (ON): build bundled sqlite3.SQLITECPP_USE_ASAN (OFF): address sanitizer.SQLITECPP_USE_GCOV (OFF): coverage.SQLITECPP_DISABLE_STD_FILESYSTEM (OFF): disable std::filesystem.SQLITECPP_DISABLE_EXPANDED_SQL (OFF): disable sqlite3_expanded_sql.SQLITECPP_DISABLE_STD_FILESYSTEM (OFF): disable std::filesystem.SQLITECPP_DISABLE_SQLITE3_EXPANDED_SQL (OFF): disable sqlite3_expanded_sql.SQLITE_ENABLE_COLUMN_METADATA: enable getColumnOriginName() (CMake default ON, Meson default false).SQLITE_ENABLE_ASSERT_HANDLER (OFF): enable custom assert handler.SQLITE_HAS_CODEC (OFF): enable codec API (SQLCipher).SQLITE_USE_LEGACY_STRUCT (OFF): legacy sqlite3_value.SQLITE_OMIT_LOAD_EXTENSION (OFF): disable load_extension.SQLITE_ENABLE_RTREE (OFF): enable RTree (internal sqlite3).SQLITE_ENABLE_DBSTAT_VTAB (OFF): enable DBSTAT (internal sqlite3).BUILD_SHARED_LIBS=ON adds SQLITECPP_COMPILE_DLL and SQLITECPP_DLL_EXPORT.SQLITE_ENABLE_COLUMN_METADATA.