waveQl Test Environment

Reset / initialise database (disabled in config)

Write mode is disabled. Only read operations allowed.
📋 Field Definitions
{
    "CountryName": {
        "rowName": "c.name",
        "type": "string"
    },
    "Population": {
        "rowName": "c.population",
        "type": "integer"
    },
    "AreaKm2": {
        "rowName": "c.area_km2",
        "type": "integer"
    },
    "Capital": {
        "rowName": "c.capital",
        "type": "string"
    },
    "FoundedYear": {
        "rowName": "c.founded_year",
        "type": "integer"
    },
    "FoundedDate": {
        "rowName": "c.founded_date",
        "type": "dateTime"
    },
    "ContinentName": {
        "rowName": "cnt.name",
        "type": "string"
    },
    "~meta~": {
        "sort": ">CountryName",
        "pageSize": 20,
        "searchTarget": "CountryName,Capital,ContinentName"
    }
}
🔍 Current Filter
[]
📄 Generated SQL
No query generated yet.
Filters
Meta (sorting, pagination, search)
Control