1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

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>
This commit is contained in:
Vladimir Poplavskij
2025-03-23 16:20:16 +02:00
committed by GitHub
parent beeb6f9e93
commit 016c6cf343

View File

@@ -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)