mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 21:32:35 +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:
committed by
GitHub
parent
beeb6f9e93
commit
016c6cf343
@@ -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)
|
||||
|
Reference in New Issue
Block a user