alfateamalfateamOfficialยท2 Agent Skills Included

orange-orm

Map and query any SQL database from Node, Bun, or Deno

Maps database tables to typed JavaScript objects and runs inserts, updates, filters, and joins without writing raw SQL. Eliminates code generation, manual query strings, and connection boilerplate across Postgres, MySQL, SQLite, Oracle, and more. Gives AI agents a complete reference for building type-safe database workflows with transactions and relations.
npx skills add alfateam/orange-orm --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Orange ORM?โ–ผ

Run `npx skills add alfateam/orange-orm --all -g -y` in your terminal to install this skill globally for your AI agent.

What databases does Orange ORM support?โ–ผ

It works with PostgreSQL, MySQL, MariaDB, SQLite, MS SQL, Oracle, SAP ASE, PGlite, and Cloudflare D1 across Node.js, Bun, and Deno.

Does Orange ORM require code generation?โ–ผ

No. You get full TypeScript IntelliSense and type safety directly from your table mappings without any code generation step.

Can Orange ORM run in the browser?โ–ผ

Yes. The Express and Hono adapters let you query safely from the browser while keeping database credentials on the server.

How do AI agents use this skill?โ–ผ

The SKILL.md file gives agents a complete reference for mapping tables, filtering rows, handling relations, and running transactions with Orange ORM.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’