Ross ROSS = Recommend OSS · open-source software intelligence for agents

jeremydaly/serverless-mysql

A module for managing MySQL connections at SERVERLESS scale observed · 2026-08-28

github.com/jeremydaly/serverless-mysql · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

78/100

  • Activity 98
  • Release rhythm 40
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 29.5
  • age_days: 2930
  • days_rel: 550
  • days_push: 13
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1205 stars · 83 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Node.js library wrapping mysql2 to manage MySQL connections for serverless functions like AWS Lambda. It monitors and caps connection usage, cleans up zombie connections, retries with backoff, and adds async/await support with simplified transactions.

Use cases

  • manage mysql connections in aws lambda functions
  • avoid maxing out rds connections with concurrent serverless functions
  • run mysql queries with async/await in node.js
  • simplify mysql transactions in lambda handlers
  • connect to aurora serverless from serverless apps
  • retry mysql connections with backoff in serverless environments

When to choose

  • you run mysql-backed APIs on AWS Lambda or other FaaS platforms
  • you hit max_connections errors from many concurrent function instances
  • you want simple transaction handling with mysql2 in serverless code

When to avoid

  • you run a long-lived server where standard connection pooling suffices
  • you use a non-MySQL database
  • you need a full ORM rather than a connection manager

Facets

library · maturity active

database-driver caching concurrency databases backend cloud-computing serverless cloud mysql serverless connection-management aws-lambda rds aurora mysql2-wrapper transactions nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
jeremydaly/serverless-mysqlmain78

For agents

markdown · JSON · MCP: product_card(name="jeremydaly/serverless-mysql")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem