From 016c6cf343de5370145e8b466aafb7434be3e078 Mon Sep 17 00:00:00 2001 From: Vladimir Poplavskij <float45@gmail.com> Date: Sun, 23 Mar 2025 16:20:16 +0200 Subject: [PATCH] feat: add resource link (#8375) * Update native-drivers@KpC-QYKalUp7VUvnMKBoW.md Add SQLite database * Update src/data/roadmaps/nodejs/content/native-drivers@KpC-QYKalUp7VUvnMKBoW.md --------- Co-authored-by: Arik Chakma <arikchangma@gmail.com> --- .../nodejs/content/native-drivers@KpC-QYKalUp7VUvnMKBoW.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/data/roadmaps/nodejs/content/native-drivers@KpC-QYKalUp7VUvnMKBoW.md b/src/data/roadmaps/nodejs/content/native-drivers@KpC-QYKalUp7VUvnMKBoW.md index c51a65caa..df05b9f6f 100644 --- a/src/data/roadmaps/nodejs/content/native-drivers@KpC-QYKalUp7VUvnMKBoW.md +++ b/src/data/roadmaps/nodejs/content/native-drivers@KpC-QYKalUp7VUvnMKBoW.md @@ -2,6 +2,9 @@ NativeDriver is an implementation of the WebDriver API which drives the UI of a native application rather than a web application. It extends the WebDriver API in a few key places, and re-interprets the existing API for native applications. +- SQLite + - [sqlite](https://www.npmjs.com/package/sqlite) + - [Native NodeJS v22 LTS SQLite](https://nodejs.org/docs/latest-v22.x/api/sqlite.html) - MySQL: - [mysql](https://www.npmjs.com/package/mysql) - [mysql2](https://www.npmjs.com/package/mysql2)