About 17,200 results
Open links in new tab
  1. Connect to mysql via JDBC in JavaScript - Stack Overflow

    Jan 2, 2016 · The documentation is only for Google Cloud SQL and I can't find anything in the mysql documentation on how to do this in javascript. Any ideas on how to connect to MySql …

  2. Top 10 Examples of jdbc code in Javascript | CloudDefense.AI

    Dive into secure and efficient coding practices with our curated list of the top 10 examples showcasing ' jdbc ' in functional components in JavaScript.

  3. How to Connect to Database in Javascript (Simple Examples)

    Jul 3, 2023 · This beginner's tutorial will walk through examples of how to connect to a database in Javascript - Free code download included.

  4. Connect to any database or SaaS applications using JDBC drivers from ...

    Jul 15, 2024 · If you are looking to connect to your databases like SQL Server, Oracle, DB2, Postgres, MongoDB etc., or SaaS apps like Salesforce, Eloqua, Oracle Sales Cloud, Oracle …

  5. Modeling a JDBC backend with JavaScript - Medium

    Dec 23, 2018 · For this epic, we’ll examine the database access component of an application — connecting to the database using Java’s plain JDBC api and Nashorn with JDK 10, which is …

  6. Implementing JavaScript SQL adapters - IBM

    To connect to an SQL database, JavaScript code needs a JDBC connector driver for the specific database type. You must download the appropriate JDBC connector driver and add it as a …

  7. JDBC in Node.js: Bridging the Gap Between Java and JavaScript

    Oct 18, 2025 · Combining JDBC with Node.js can be a powerful strategy, allowing developers to leverage the mature database access capabilities of JDBC within a Node.js environment. This …

  8. JDBC Service | Apps Script | Google for Developers

    Dec 11, 2025 · Gets the content of this JdbcBlob as an Apps Script blob. Return the data inside this object as a blob converted to the specified content type.

    Missing:
    • javascript
    Must include:
  9. Node JDBC Driver - npm

    Nov 19, 2025 · node-jdbc-driver is a JDBC API wrapper for Node.js, providing methods to manage database connections, execute queries and update statements, and retrieve …

    Missing:
    • javascript
    Must include:
  10. GitHub - jaynath-d/node-jdbc-driver: JDBC API Wrapper for node.js

    Simplified JDBC Usage: Provides an intuitive API to manage JDBC database connections, execute queries, and handle update statements, abstracting away low-level complexities.