cloud-sql-nodejs-connector
A JavaScript library for connecting securely to your Cloud SQL instances (by GoogleCloudPlatform)
pnpm
Fast, disk space efficient package manager (by pnpm)
cloud-sql-nodejs-connector | pnpm | |
---|---|---|
1 | 114 | |
76 | 30,015 | |
- | 1.4% | |
8.2 | 9.8 | |
23 days ago | 3 days ago | |
TypeScript | TypeScript | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cloud-sql-nodejs-connector
Posts with mentions or reviews of cloud-sql-nodejs-connector.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-09.
-
Deep Dive into Google Cloud SQL Connector for Node.js
Source: https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector
pnpm
Posts with mentions or reviews of pnpm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-03.
-
Playwright and Chrome Browser Testing in Heroku
Pretty simple. Now, I just needed to change the code to use Playwright instead of Puppeteer and Jest. Oh, and I also wanted to use pnpm instead of npm. Here’s a link to my forked GitHub repo.
-
OAuth using Better_Auth, nextjs, prisma, shadcn and tailwindcss
pnpm Docs: https://pnpm.io/
-
Handling TypeORM migrations in Electron apps
I started with a basic Electron + TypeScript + React project and use pnpm as my package manager. This tutorial assumes you already have a working Electron app.
-
Wow, pnpm, You’re Really Fast
Then, along came pnpm, a package manager that handles package storage differently, saving users space and reducing build time. Here’s how pnpm describes the difference:
- Revisando Node JS
-
Dockerizing a Next.js Application using a Standalone Build
In my case, I like to use pnpm to reduce the disk size of the node_modules folder. Therefore, the example of the Next.js Docker image uses this package manager, but you can make slight adjustments to use npm or yarn if you prefer.
-
Building Tetris using WebSocket and Svelte Stores
package manager: pnpm
-
Installing EmberJS v2 addons from GitHub forks using PNPM
If you're using PNPM as a package manager for your EmberJS project and you find yourself in a need to install a v2 addon from git(hub) fork (because you have a branch with patched version), then you might find that GitHub URLs in package.json tricks don't work for you.
-
Can You Clear This Challenge Site Designed for Engineers?
pnpm Feels faster overall for adding libraries and building. Alternatives like npm and yarn are available, but I chose pnpm for the best experience.
-
FiveM x Prisma ORM
The FiveM resource folder I will use in my article is a pnpm workspace. It allows managing multiple packages with shared code.