From d62299b0215822c94c1f10c274d8fb7ae0adb125 Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Thu, 20 Feb 2025 10:44:26 -0500 Subject: [PATCH] meta: add CODEOWNERS for SQLite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/57147 Reviewed-By: James M Snell Reviewed-By: Michaƫl Zasso Reviewed-By: Marco Ippolito --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f3f14061b00288..ba85d7acf4e149 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -200,3 +200,11 @@ /lib/url.js @nodejs/url /src/node_url.* @nodejs/url /test/fixtures/wpt/url @nodejs/url + +# SQLite +/deps/sqlite/ @nodejs/sqlite +/doc/api/sqlite.md @nodejs/sqlite +/src/node_sqlite.* @nodejs/sqlite +/test/parallel/test-sqlite* @nodejs/sqlite +/test/sqlite/ @nodejs/sqlite +/tools/dep_updaters/update-sqlite.sh @nodejs/sqlite