QxQornix WebQuick start

Recommended workflow

Turn the generated template into a real schema-driven application

The generated app now exposes the full demo path: a bundled XML schema, schema management, query building, table browsing, row editing, recipes and OpenAPI docs.

1

Model your domain

Start with schema/app.schema.xml or click Load demo schema in Schema Manager. The bundled schema creates categories, customers, products and orders.

2

Validate and plan

Open Schema Manager, click Load demo schema, then run Validate, Diff, Plan and Apply live plan. Leave Only dry-run unchecked when you want the database to change.

3

Explore requests visually

Open Query Builder to select tables and fields from metadata, add filters and copy the JSON payload for a frontend.

4

Browse and edit data

Open Table Browser. Click a row id to open /table/{table}/{id} and update the record inline.

Useful files

  • routes.h - app route registration
  • schema/app.schema.xml - desired model
  • templates/*.html - pages
  • static/dynamic_api.css - shared style
  • static/dynamic_api_browser.js - query, table, docs and wizard behavior
  • static/schema_manager.js - schema manager behavior