Eric Node Backend Stack

Apply when choosing or reviewing Node.js backend technologies for API frameworks, database access, migrations, SQLite clients, or background job queues.

akarachen bc8bc6c 2 files · 685 B Updated

File contents

Eric Node Backend Stack

  • Prefer Hono.js; use Elysia.js when Hono is unsuitable.
  • Use Drizzle ORM and Drizzle migrations.
  • For SQLite, use libsql (@libsql/client), never better-sqlite3.
  • Prefer BullMQ backed by Redis for background jobs.

akarachen/eric-way/tree/main/skills/eric-node-backend-stack commit bc8bc6c2db

Frequently asked questions

npx skillmds@latest add akarachen/eric-node-backend-stack