ReactやVue.jsなど、Node.jsアプリケーションを試す環境が欲しくなった。まずは、Next.js+MySQLな環境をDockerで作成し、DBを使うアプリケーションを作成してみる。 GitHubリポジトリはこちら。 ベースイメージはNode.js。 FROM node:latest # 作業ディレクトリ WORKDIR /var/www ...
Non-blocking MariaDB and MySQL client for Node.js. MariaDB and MySQL client, 100% JavaScript, with TypeScript definition, with the Promise API, distributed under the LGPL license version 2.1 or later ...
You will learn how to install the `mysql2` package, establish a database connection, and execute simple SQL queries. It introduces how to use the Faker package to ...