Skip to content

[HACKTOBERFEST] Add More SQL Command Examples #8

@AndrGab

Description

@AndrGab

Add More SQL Command Examples

🎯 Objective

Expand SQL command examples in the sidebar to help users test CDC.

📋 Tasks

  • Add more INSERT examples with different heroes
  • Create UPDATE examples (change powers, identity)
  • Add DELETE examples (remove heroes)
  • Create interesting SELECT query examples
  • Organize by category (CRUD operations)
  • Add copy command buttons

🎨 Files to Modify

  • app/static/script.js (insertSampleData, updateSampleData, deleteSampleData functions)
  • app/templates/index.html (sidebar with more buttons)

🧪 How to Test

  1. Open the chat at http://localhost:8000
  2. Test all example buttons
  3. Execute commands in database
  4. Verify they appear in chat

📚 Useful Resources

🤝 Need Help?

Open a discussion or mention @AndrGab

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions