Hi PHP database community,

I built Pterocos (https://pterocos.eu.org) - a free online editor that runs
SQLite
and DuckDB queries directly in your browser via WebAssembly. No
installation, no
account required.

What Pterocos supports:
- SQL (SQLite and DuckDB)
- PHP 🐘
- C# (.NET)
- Rust 🦀
- Python 🐍
- Ruby 💎
- Lua
- HTML/CSS/JS

Why PHP database developers might find this useful:
- Quickly test SQL queries without setting up a local database
- Prototype database schemas on any device
- Compare SQLite and DuckDB behavior side by side
- Share runnable SQL examples in documentation or with learners
- Perfect for beginners who haven't installed MySQL/PostgreSQL yet

The editor runs entirely client-side - your queries never leave your
browser.

Try it: https://pterocos.eu.org

Would love feedback from the community!

Best regards,
AmineKHD

Reply via email to