Django ORM Query Explorer - in the Browser
Run Django ORM code and visualize the generated SQL queries in real-time.
You can try out WetORM for yourself at https://tkte.ch/wetorm/.
- Browser-based Django ORM: Run Django models and queries directly in your browser using Pyodide
- Real-time Query Capture: See every SQL query generated by the Django ORM as you write code
- Code Sharing: Share your Django examples via GitHub Gist URLs
- Zero Setup: No installation required - everything runs in the browser
- Syntax Highlighting: Python code editor with syntax highlighting and auto-completion
- 100% client-side: Your code never leaves your browser
- Basic Database Browser: View and interact with database tables and data as you run queries
- REPL: Interactive Python shell for experimenting with your Django models
For a more feature-complete option, check out xterm's DryORM, which inspired this fun weekend project.
npm install
npm run devnpm run dev- Start development servernpm run build- Build for productionnpm run lint- Run ESLintnpm run format- Format code with Prettier
MIT License - see LICENSE file for details.
