摘要: // 启用WAL模式提高并发性能 Connection conn = DriverManager.getConnection("jdbc:sqlite:test.db"); Statement stmt = conn.createStatement(); stmt.execute("PRAGMA j 阅读全文
posted @ 2025-11-13 15:17 liliyou 阅读(2) 评论(0) 推荐(0)