The Dataset: build a data layer without writing a single query
Most non-technical users never touch a database. They do not know what a collection is. They do not understand query syntax. And honestly — they should not have to. Wapka’s Dataset changes that. You store data visually. The platform handles everything else. How it works Create a collection. Name it. Collections auto-create on first insert — no setup, no schema. Add documents. Each document is a JSON object. Fields can be anything: text, numbers, booleans, arrays, nested objects. Query with filters. Use the visual Dataset browser or the Lua API. Filter by exact match, ranges, patterns, and more. Display data. Choose a view: list, grid, detail page. The platform generates the output. No SQL. No migrations. No schema files. You define your data model as you go, and the platform turns it into a working application. ...