database-operations

star 349

Instructions on how to write database queries with SQLAlchemy.

aiskillstore By aiskillstore schedule Updated 1/20/2026

name: database-operations description: Instructions on how to write database queries with SQLAlchemy.

When performing database operations using SQLAlchemy, follow these guidelines to ensure efficient and maintainable code:

  • Avoid for-loops. Instead always prefer bulk operations using SQLAlchemy's built-in methods or use SQL joins to get related data in a single query.
  • Database operations should be contained in repository classes
Install via CLI
npx skills add https://github.com/aiskillstore/marketplace --skill database-operations
Repository Details
star Stars 349
call_split Forks 29
navigation Branch main
article Path SKILL.md
More from Creator
aiskillstore
aiskillstore Explore all skills →