JavaScript Driver

Open-source JavaScript projects categorized as Driver

Top 5 JavaScript Driver Projects

  • postgres

    Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare (by porsager)

    Project mention: Coding exercise: database migration tool in nodejs | dev.to | 2024-09-25

    postgres driver

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • DataStax Node.js Driver for Apache Cassandra

    DataStax Node.js Driver for Apache Cassandra

  • neo4j-javascript-driver

    Neo4j Bolt driver for JavaScript

  • faunadb-js

    Javascript driver for Fauna v4 (deprecated)

  • appium-uiautomator2-driver

    Appium driver for Android UIAutomator2

    Project mention: Automating Android TV app with Nightwatch | dev.to | 2024-04-25

    'app.android.emulator': { extends: 'app', 'desiredCapabilities': { // More capabilities can be found at https://github.com/appium/appium-uiautomator2-driver#capabilities browserName: null, platformName: 'android', // `appium:options` is not natively supported in Appium v1,but works with Nightwatch. // If copying these capabilities elsewhere while using Appium v1,make sure to remove `appium:options` // and add `appium:` prefix to each one of its capabilities,e.g. change 'app' to 'appium:app'. 'appium:options': { automationName: 'UiAutomator2', // Android Virtual Device to run tests on avd: 'TV_1080p', orientation: 'PORTRAIT', // While Appium v1 supports relative paths,it's more safe to use absolute paths instead. // Appium v2 does not support relative paths. app: `${__dirname}/apps/tv-app.apk`, appActivity: 'com.tv.app.MainActivity', // include this if app does not start on its own - // chromedriver executable to use for testing web-views in hybrid apps. // add '.exe' at the end below (making it 'chromedriver.exe') if testing on windows. chromedriverExecutable: `${__dirname}/chromedriver-mobile/chromedriver`, newCommandTimeout: 0 } } },

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Driver discussion

Log in or Post with

JavaScript Driver related posts

  • Coding exercise: database migration tool in nodejs

    3 projects | dev.to | 25 Sep 2024
  • PostgresJs: The Fastest full featured PostgreSQL client for Node.js and Deno

    1 project | /r/hypeurls | 16 Oct 2023
  • We migrated to SQL. Our biggest learning? Don't use Prisma ORM

    3 projects | news.ycombinator.com | 8 Oct 2023
  • How to Beat the Cap Theorem

    1 project | news.ycombinator.com | 11 Sep 2023
  • Faunadb: The Modern Database for Developers

    1 project | dev.to | 14 Aug 2023
  • I grew my SaaS to $10k MRR in a month

    1 project | /r/SaaS | 6 May 2023
  • DynamoDB pain points: How to address them and exploring possible alternatives

    1 project | dev.to | 30 Jan 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 5 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Driver projects in JavaScript? This list will help you:

Project Stars
1 postgres 7,381
2 DataStax Node.js Driver for Apache Cassandra 1,237
3 neo4j-javascript-driver 853
4 faunadb-js 703
5 appium-uiautomator2-driver 571

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?