Use cases

MariaDB

Query MariaDB in natural language

Gescon answers questions about the MariaDB databases you authorise and keeps each result's source visible.

Sales

«Which customers bought something this month?»

It queries the authorised tables and returns each purchase with its date and amount.

Operations

«How many orders are waiting to be shipped?»

It shows the total and the order details based on the status stored in MariaDB.

Data

«Which tables are behind this result?»

It identifies the tables and columns consulted alongside the generated SQL query.

Purchasing

«Which products have the lowest stock?»

It returns products below the chosen threshold and shows the query used to obtain the result.