update to 3.2.0, add zm_sqlite() (portable sqlite)

This commit is contained in:
crazywhalecc
2023-06-06 20:23:19 +08:00
committed by Jerry Ma
parent 8866c1de11
commit 731e1d81da
7 changed files with 126 additions and 17 deletions

View File

@@ -55,6 +55,9 @@ const ZM_PLUGIN_TYPE_COMPOSER = 3; // Composer 依赖的插件
const LOAD_MODE_SRC = 0; // 从 src 加载
const LOAD_MODE_VENDOR = 1; // 从 vendor 加载
const ZM_DB_POOL = 1; // 数据库连接池
const ZM_DB_PORTABLE = 2; // SQLite 便携数据库
/* 定义工作目录 */
define('WORKING_DIR', getcwd());