add cursor rules
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-02 15:53:23 +03:30
parent 444a8bf1b0
commit a8a6f085d0
8 changed files with 107 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
---
description: PostgreSQL
alwaysApply: true
---
Database rules:
- Prefer UUID primary keys.
- Index foreign keys.
- Avoid SELECT *.
- Design queries to use indexes.
- Use migrations instead of synchronize.
- Never remove data unless explicitly requested.---
alwaysApply: true
---