Qx Qornix WebSchema-driven backend platform

Qornix Web application

Launch a schema-driven C++ backend with API, data browser and docs out of the box

This app was generated with --with-dynamic-api and includes a bundled demo schema. Load it on the first run, compare it with the empty database, apply the live plan, seed rows, then explore the Dynamic API through Query Builder, Table Browser, Row View, recipes and generated OpenAPI docs.

Schema diff and plan Dynamic CRUD/query API Visual Query Builder OpenAPI viewer

Schema Manager

Validate XML, compare desired schema with the current database, inspect risk labels and SQL preview, then apply only a confirmed plan.

Open /schema-manager

Query Builder

Build a schema-aware structured query, execute it, inspect JSON response and copy a frontend-ready payload or curl command.

Open /query-builder

Table Browser and Row View

Browse table data, add filters and sorting, then open a single row for inline update or delete through the same Dynamic API.

Open /table

First run path

  1. Click Initialize demo database, or open Schema Manager and click Load demo schema.
  2. Click Reinitialize demo data to create sample categories, products and customers.
  3. Open Query Builder to assemble structured requests.
  4. Open Table Browser and click any row id to view and edit it.

Generated app showcase