From 94434a74662e31ca3be6c0ec602ba9173e83aa18 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Thu, 9 Oct 2025 18:09:19 -0400 Subject: [PATCH] doc: `createSQLTagStore` -> `createTagStore` --- doc/api/sqlite.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index f5926d65fc686a..bb77b77f5bdb78 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -436,7 +436,7 @@ added: v22.5.0 Compiles a SQL statement into a [prepared statement][]. This method is a wrapper around [`sqlite3_prepare_v2()`][]. -### `database.createSQLTagStore([maxSize])` +### `database.createTagStore([maxSize])`