orange-orm
Map and query any SQL database from Node, Bun, or Deno
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core