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 computer. You can download a free MySQL database at https://www.mysql.com/downloads/.

  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 multiple files will make it easier to understand what's going on. Here's what the first file will look like:

  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 cases? Let us walk through some examples and alternatives – Read on to find out!

  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 in memory, and thus doesn't persist the changes made to the database.

  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 the concepts and code examples of working with databases in JavaScript.

  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 SQL injection attacks, proper error handling, and efficient query optimization.

  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 SQL Server in a JavaScript/Node.js application, including …

  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 explores best practices in JavaScript, relevant frameworks, and how to integrate SQL for seamless application performance.

  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 for storing data. This tutorial will explain the basics of SQL databases and how to …

  11. Some results have been removed
Refresh