基本完成文档

This commit is contained in:
wojiaoyishang
2025-01-30 10:31:50 +08:00
parent 41bda82c60
commit ac1f82e81d
17 changed files with 1192 additions and 159 deletions
+2
View File
@@ -1,3 +1,5 @@
.. _简单增删改查模块:
:mod:`curd` -- 简单增删改查模块
=======================================
+8
View File
@@ -39,6 +39,14 @@
初始化过滤条件存储字典和列表。
.. method:: escape_like(value: str, escape_char: str = '\\')
转义LIKE查询中的特殊字符(%, _ 和转义字符本身)
:param value: 需要转义的原始字符串
:param escape_char: 转义字符(默认反斜杠)
:return: 转义后的安全字符串
.. method:: exact(field_name, value)
+2 -2
View File
@@ -2,7 +2,7 @@
目录索引
公共函数
公共模块
------------
.. toctree::
@@ -12,7 +12,7 @@
curd
helper
辅助函数
辅助模块
------------
.. toctree::
+1 -1
View File
@@ -1,4 +1,4 @@
.. title:: 辅助函数
.. title:: 辅助模块
目录索引