Commit Graph
20 Commits
Author SHA1 Message Date
zhouxin 632551a384 * Add commit to sqlite lib. 2023-06-26 15:14:13 +08:00
zhouxin 35d03e4d1f * Add commit to sqlite and dbh lib. 2023-06-26 14:56:35 +08:00
zhouxin 927d5c6c5b * Delte unused method in SQLite lib. 2023-06-26 14:25:58 +08:00
zhouxin f9305cd491 * Delete useless method. 2023-06-26 14:20:30 +08:00
zhouxin 87ce87fcc0 * Support transaction for sqlite. 2023-06-25 14:14:57 +08:00
qixinzhi 109fdab6ff * Fix connect sqlite with default parameter. 2023-06-21 09:10:44 +00:00
zhouxin 285e07ddca * Save sql to SQLite queue. 2023-06-21 15:04:58 +08:00
zhouxin 1149ec656d * Rename method. 2023-06-21 14:30:06 +08:00
zhouxin fb3f13b612 * Delete useless code. 2023-06-19 17:12:36 +08:00
zhouxin f4fac07145 * Delete useless code. 2023-06-19 16:33:50 +08:00
zhouxin bd582f55e9 * Add queue to exec sql use SQLite. 2023-06-19 15:57:40 +08:00
zhouxin 6eabf8aba2 * Connect SQLite by PDO. 2023-06-19 15:17:36 +08:00
zhouxin 38d2be4cc6 * Add method to exec sqlite sql. 2023-06-14 15:48:36 +08:00
zhouxin 2f8f06ddd5 * Add whitelist of whether skip SQLite. 2023-06-14 14:49:03 +08:00
zhouxin 4d226879c1 * Get global config for SQLite. 2023-06-14 14:04:52 +08:00
zhouxin f835c8fc16 * Push insert/update/delete sql to queue. 2023-06-14 13:45:19 +08:00
zhouxin 2b93e8d1ff * Support select from SQLite. 2023-06-14 11:19:54 +08:00
liuyongkai f337ce3739 * Add save sqlite queue function. 2023-06-11 10:19:46 +00:00
liuyongkai 81050e5bb7 * Add function to convert mysql sql to sqlite sql. 2023-06-11 09:15:15 +00:00
liuyongkai e0b6facd98 * Support write into SQLite by dao. 2023-06-11 07:26:36 +00:00