← All modules nl2sql/

Automation & bilingual AI

Ask your database questions in plain French or English, and automate the repetitive work — AI that helps without taking over.

GeoMate — Natural-language Assistant
> show all holes deeper than 200 m drilled in 2024
SELECT hole_id, max_depth
FROM collar
WHERE max_depth > 200
  AND YEAR(drill_date) = 2024;
hole_idmax_depth
DDH-24-101246.0
DDH-24-108221.5
DDH-24-118262.0
18 rows · 12 ms

Not everyone writes SQL, and not every task should need a specialist. Ask your database a question in plain French or English and GeoMate returns the rows and the exact SQL it ran — deterministic and on-device, so you can trust and reuse it. A guided assistant and an Automation Builder handle the repetitive work around it.

Ask in plain language

Type “show all holes deeper than 200 m drilled in 2024” — in French or English — and get the rows plus the SQL GeoMate ran to produce them.

What’s inside

  • Deterministic natural-language → SQL, bilingual FR/EN, on device
  • Guided query-building assistant
  • Automation Builder for repeatable workflows
  • Condition and formula engines
Start free trial

All modules