Queries
Build and test database queries in Wappler: add filters and sorting, preview results, and reuse queries in your app.
Introduction
Section titled “Introduction”Queries are the read side of your database workflow, and they usually shape everything the user sees first. This tour shows how Query steps fit into Server Connect, what you are really asking the database to return, and why understanding filters and outputs makes the later data-binding steps easier to reason about.
Database Queries
Section titled “Database Queries”Use the Database Query step in Server Connect to select data visually. You can choose tables/columns, add filters, joins, sorting, and limits.
Filters with Inputs
Section titled “Filters with Inputs”Combine queries with input variables (GET/POST/Route) to filter results, implement search, or load a record by ID.
Bind to Pages
Section titled “Bind to Pages”Expose your query through a Server Action, then bind it on the page using App Connect (Repeat, Data Detail, Data Views).
Next steps
Section titled “Next steps”Return to the Database Operations menu to continue with Queries, Insert, Update, Delete, or Paging.