$ recombobulate _
~/recombobulate $ tip --list --tag="database"

// 21 tips tagged "database"

0
Convert Your SQL Schema to a Prisma Schema with Claude

Pipe your SQL DDL or Laravel migrations to Claude and get a complete Prisma schema back — foreign keys become relations, enums map correctly, and @@map attributes preserve your existing table names.

bagwaa @bagwaa · 2 hours ago
0
Let Claude Implement Multi-Tenancy in Your Laravel App

Scaffold single-database or database-per-tenant multi-tenancy in Laravel with global scopes, middleware, queue context, and tenant-aware caching.

bagwaa @bagwaa · 4 hours ago
0
Generate ER Diagrams from Your Database Migrations

Ask Claude to read your migrations and output a Mermaid ER diagram — it renders natively in GitHub, Notion, and most wikis with zero extra tooling.

bagwaa @bagwaa · 5 hours ago
0
Let Claude Add Soft Deletes to Your Data Models

Soft deletes let you recover accidentally deleted records and maintain audit trails — Claude handles the migration, model changes, and query scoping in one shot.

bagwaa @bagwaa · 5 hours ago
0
Use Claude to Audit and Fix Your Database Transaction Boundaries

Forgetting to wrap related database writes in a transaction is a classic source of data corruption. Ask Claude to audit your codebase and fix the boundaries.

bagwaa @bagwaa · 5 hours ago
0
Use Claude to Write SQL Views and Stored Procedures

Stop hand-crafting complex SQL — describe the logic you need and let Claude write the view or stored procedure, complete with a migration file.

bagwaa @bagwaa · 7 hours ago
0
Use Claude to Implement Cursor-Based Pagination

Offset pagination breaks at scale. Cursor-based pagination is the right approach — and Claude can implement it in any framework from a plain-English description.

bagwaa @bagwaa · 7 hours ago
0
Generate Filament Resources from Your Eloquent Models

Paste your Eloquent model into Claude and get back a complete Filament v3 resource with form fields, table columns, filters, and a RelationManager stub.

bagwaa @bagwaa · 7 hours ago
0
Use Claude to Design and Write a Prisma Schema

Describe your data model in plain English and let Claude generate a complete Prisma schema with relations, indexes, and enums — ready to migrate.

bagwaa @bagwaa · 7 hours ago
0
Generate Ruby on Rails Models and Migrations with Claude

Describe your data model in plain English and get back ActiveRecord models, associations, validations, and migration files ready to run.

bagwaa @bagwaa · 8 hours ago
0
Ask Claude to Implement an Event Sourcing Pattern

Describe your domain and let Claude design an event sourcing implementation with event classes, a store interface, and aggregate reconstruction logic.

bagwaa @bagwaa · 9 hours ago
0
Generate Streaming CSV and Excel Data Exports with Claude

Ask Claude to write streaming CSV and Excel exports that use LazyCollection to handle large datasets without memory spikes — plus queued exports and email delivery for very large result sets.

bagwaa @bagwaa · 9 hours ago