diff --git a/reference/sqlite/functions/sqlite-factory.xml b/reference/sqlite/functions/sqlite-factory.xml
new file mode 100755
index 0000000000..732bc938d8
--- /dev/null
+++ b/reference/sqlite/functions/sqlite-factory.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ sqlite_factory
+
+ Opens a SQLite database and creates an object for it
+
+
+
+ Description
+
+ objectsqlite_factory
+ stringfilename
+ intmode
+ string&error_message
+
+
+ &warn.undocumented.func;
+
+
+
+
+
diff --git a/reference/sqlite/functions/sqlite-fetch-all.xml b/reference/sqlite/functions/sqlite-fetch-all.xml
new file mode 100755
index 0000000000..fdc9cd3b48
--- /dev/null
+++ b/reference/sqlite/functions/sqlite-fetch-all.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ sqlite_fetch_all
+
+ Fetches all rows from a result set as an array of arrays
+
+
+
+ Description
+
+ arraysqlite_fetch_all
+ resourceresult
+ intresult_type
+ booldecode_binary
+
+
+ &warn.undocumented.func;
+
+
+
+
+
diff --git a/reference/sqlite/functions/sqlite-fetch-object.xml b/reference/sqlite/functions/sqlite-fetch-object.xml
new file mode 100755
index 0000000000..4b23fc2ff2
--- /dev/null
+++ b/reference/sqlite/functions/sqlite-fetch-object.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ sqlite_fetch_object
+
+ Fetches the next row from a result set as an object
+
+
+
+ Description
+
+ objectsqlite_fetch_object
+ resourceresult
+ stringclass_name
+ arrayctor_params
+ booldecode_binary
+
+
+ &warn.undocumented.func;
+
+
+
+
+
diff --git a/reference/sqlite/functions/sqlite-single-query.xml b/reference/sqlite/functions/sqlite-single-query.xml
new file mode 100755
index 0000000000..0c7bf12095
--- /dev/null
+++ b/reference/sqlite/functions/sqlite-single-query.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ sqlite_single_query
+
+ Executes a query and returns either an array for one single column or the value of the first row
+
+
+
+ Description
+
+ mixedsqlite_single_query
+ resourcedb
+ stringquery
+ boolfirst_row_only
+ booldecode_binary
+
+
+ &warn.undocumented.func;
+
+
+
+
+