About 1,480,000 results
Open links in new tab
  1. How to connect SQL Server database from JavaScript in the …

    Oct 9, 2024 · There is no common way to connect to the SQL Server database from a JavaScript client, every browser has its own API and packages to connect to SQL Server.

  2. Node.js MySQL - W3Schools

    Node.js can be used in database applications. One of the most popular databases is MySQL. To be able to experiment with the code examples, you should have MySQL installed on your …

  3. How to Perform CRUD Operations – JavaScript and SQL Example

    Aug 3, 2023 · We'll learn how to create, modify, and delete records in a SQLite database. I could incorporate all those actions into a single file, of course, but I think breaking them out into …

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

    Jul 3, 2023 · In NodeJS (server-side Javascript), we can easily connect to a database using the respective database module. So just how exactly do we connect to the database in the above …

  5. sql.js

    sql.js is a javascript SQL database. It allows you to create a relational database and query it entirely in the browser. You can try it in this online demo. It uses a virtual database file stored …

  6. Working with Databases in JavaScript: SQL and NoSQL

    Nov 3, 2023 · JavaScript, one of the most popular programming languages for web development, can be used to interact with databases, both SQL and NoSQL. In this blog post, we'll explore …

  7. The Ultimate Guide to Using JavaScript with Databases and SQL

    Mar 17, 2025 · To ensure optimal performance and security when working with JavaScript and databases, developers should follow best practices such as parameterized queries to prevent …

  8. A Beginner's Guide to Using SQL Server in a JavaScript/Node.js …

    Oct 13, 2023 · Integrating SQL Server with a JavaScript/Node.js application can provide robust data storage and management capabilities. In this guide, we will explore the basics of using …

  9. JavaScript and SQL: Bridging Your Data Skills for Seamless Apps

    Nov 15, 2024 · As front-end and back-end technologies converge, understanding how to utilize both JavaScript and SQL effectively can set you apart from the competition. This blog post …

  10. From zero to hero: using SQL databases in Node.js made easy

    Aug 7, 2023 · Despite the growing popularity of NoSQL databases, such as MongoDB and Firebase among JavaScript developers, SQL databases remain a reliable and widely used tool …

  11. Some results have been removed
Refresh