エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
GitHub - jeremydaly/serverless-mysql: A module for managing MySQL connections at SERVERLESS scale
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - jeremydaly/serverless-mysql: A module for managing MySQL connections at SERVERLESS scale
Serverless MySQL is a wrapper for Doug Wilson's amazing mysql2 Node.js module. Normally, using th... Serverless MySQL is a wrapper for Doug Wilson's amazing mysql2 Node.js module. Normally, using the mysql2 module with Node apps would be just fine. However, serverless functions (like AWS Lambda, Google Cloud Functions, and Azure Functions) scale almost infinitely by creating separate instances for each concurrent user. This is a MAJOR PROBLEM for RDBS solutions like MySQL, because available conne



2020/11/30 リンク