PQL Engine
Poker query language in the browser. See the docs for reference.
Results
IdlePress ⌘+Enter to run. Press ⌘+? for the function reference. Tap Run to see results, or pick from Examples.
PQL (Poker Query Language) is a SQL-like language for asking precise poker probability questions — the equity of a hand against a range, how often a board runs out monotone, or how frequently a starting hand flops a set or better. SolvePLO’s PQL Engine is a free, clean-room implementation that runs entirely in your browser with no download, account, or licence, making it the most accessible alternative to ProPokerTools’ Odds Oracle, whose hosted online simulator is no longer available. It supports Hold’em, Pot-Limit Omaha in 4-, 5-, and 6-card forms, Omaha Hi-Lo, Seven-Card Stud, Stud Hi-Lo, and Razz, and every query is encoded in the page URL so any result is instantly shareable. Browse the PQL Recipes for ready-to-run examples, or read the docs for the full syntax.
PQL Engine — FAQ
How it works
Write SQL-like Poker Query Language queries and run them in your browser — equity, hand strength, draws, board textures and ranges across Hold’em, Omaha, Omaha Hi-Lo, Stud and Razz. No install and no account.
What is PQL?
PQL (Poker Query Language) is a SQL-like language for precise poker probability questions — for example the equity of a hand against a range, or how often a board pairs. SolvePLO runs a clean-room implementation entirely in your browser.
Is this a ProPokerTools Odds Oracle alternative?
Yes — it is a free, browser-based, clean-room implementation of the PQL language popularised by ProPokerTools’ Odds Oracle, with no download or licence required.
Is the PQL Engine free?
Yes — completely free, with no account, download, or licence. It runs in your browser with WebAssembly, so your queries never leave your device.
How is this different from ProPokerTools’ Odds Oracle?
It implements the same PQL query language but runs online and free in any modern browser, rather than as a paid desktop download. The Odds Oracle’s hosted online simulator is no longer available, so SolvePLO’s engine is the most direct free, web-based replacement.
Which games does it support?
Hold’em, Pot-Limit Omaha in 4, 5 and 6-card forms, Omaha Hi-Lo, Seven-Card Stud, Stud Hi-Lo and Razz.
Can I share my queries and results?
Yes. Every query and its result are encoded in the page URL, so copying the link reproduces the exact query for whoever you send it to — no export needed.
Where can I find example queries?
The example drawer in the editor has a guided tour, and the PQL Recipes section answers common questions with ready-to-run queries. The docs cover the full syntax.