Hello db-sig team,

I built Pterocos - a free online editor that runs SQLite and DuckDB queries
directly in your browser via WebAssembly. No installation, no account
required.

🔗 Live: https://pterocos.eu.org
📦 GitHub: https://github.com/aminkheddache-dotcom/Pterocos

Why this is relevant to Python database developers:

- SQLite is part of Python's standard library (sqlite3) - Pterocos lets you
  test SQLite queries instantly in the browser

- DuckDB is gaining popularity for analytical workloads - Pterocos makes
  it accessible without local setup

- The editor also supports Python, allowing you to test database-driven
  Python code side by side with SQL

What Pterocos supports:
- SQLite
- DuckDB
- Python 🐍
- C# (.NET)
- Rust 🦀
- PHP 🐘
- Ruby 💎
- Lua

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

Would love feedback from the database community!

Best regards,
Aminekhd
_______________________________________________
DB-SIG mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/db-sig.python.org
Member address: [email protected]

Reply via email to