Controlpanel / Database
Database Explorer
Read-only SQL/JSON werkbank. Open een databron, kies een tabel, zoek in echte rijen en inspecteer data als ruwe JSON. Geen vrije SQL, geen writes, geen export.
6 bronnen66 tabellen/stores257.138 rijen/items22 domeincontainers
Zoeken
Tabelzoeker zoekt in de gekozen tabel; dossierzoeker zoekt klant/dossierlocaties over bekende dossierstores.
Rijen: boekhouding-sqlite.boekjaar
Feitelijke read-only selectie. Grote waarden zijn afgekapt; gevoelige patronen worden gemaskeerd.
Read-only query
SELECT * FROM "boekjaar" LIMIT 50 OFFSET 0
| id | bv_code | jaar | status | opened_at | closed_at | resultaat_cents | resultaatbestemming_json |
|---|---|---|---|---|---|---|---|
| 1 | UZ | 2017 | open | 2026-06-10T20:23:23.658Z | |||
| 2 | UZ | 2018 | open | 2026-06-10T20:23:23.659Z | |||
| 3 | UZ | 2019 | open | 2026-06-10T20:23:23.659Z | |||
| 4 | UZ | 2020 | open | 2026-06-10T20:23:23.660Z | |||
| 5 | UZ | 2021 | open | 2026-06-10T20:23:23.660Z | |||
| 6 | UZ | 2022 | open | 2026-06-10T20:23:23.660Z | |||
| 7 | UZ | 2023 | open | 2026-06-10T20:23:23.660Z | |||
| 8 | UZ | 2024 | open | 2026-06-10T20:23:23.661Z | |||
| 25 | HOLDING | 2017 | open | 2026-06-10T21:01:24.143Z | |||
| 26 | HOLDING | 2018 | open | 2026-06-10T21:01:24.143Z | |||
| 27 | HOLDING | 2019 | open | 2026-06-10T21:01:24.143Z | |||
| 28 | HOLDING | 2020 | open | 2026-06-10T21:01:24.143Z | |||
| 29 | HOLDING | 2021 | open | 2026-06-10T21:01:24.143Z | |||
| 30 | HOLDING | 2022 | open | 2026-06-10T21:01:24.143Z | |||
| 31 | HOLDING | 2023 | open | 2026-06-10T21:01:24.144Z | |||
| 32 | HOLDING | 2024 | open | 2026-06-10T21:01:24.144Z | |||
| 33 | PALEIS | 2017 | open | 2026-06-10T21:01:24.787Z | |||
| 34 | PALEIS | 2018 | open | 2026-06-10T21:01:24.787Z | |||
| 35 | PALEIS | 2019 | open | 2026-06-10T21:01:24.787Z | |||
| 36 | PALEIS | 2020 | open | 2026-06-10T21:01:24.787Z | |||
| 37 | PALEIS | 2021 | open | 2026-06-10T21:01:24.787Z | |||
| 38 | PALEIS | 2022 | open | 2026-06-10T21:01:24.788Z | |||
| 39 | PALEIS | 2023 | open | 2026-06-10T21:01:24.788Z | |||
| 40 | PALEIS | 2024 | open | 2026-06-10T21:01:24.788Z |
Raw JSON details
Rij 1
{
"id": 1,
"bv_code": "UZ",
"jaar": 2017,
"status": "open",
"opened_at": "2026-06-10T20:23:23.658Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 2
{
"id": 2,
"bv_code": "UZ",
"jaar": 2018,
"status": "open",
"opened_at": "2026-06-10T20:23:23.659Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 3
{
"id": 3,
"bv_code": "UZ",
"jaar": 2019,
"status": "open",
"opened_at": "2026-06-10T20:23:23.659Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 4
{
"id": 4,
"bv_code": "UZ",
"jaar": 2020,
"status": "open",
"opened_at": "2026-06-10T20:23:23.660Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 5
{
"id": 5,
"bv_code": "UZ",
"jaar": 2021,
"status": "open",
"opened_at": "2026-06-10T20:23:23.660Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 6
{
"id": 6,
"bv_code": "UZ",
"jaar": 2022,
"status": "open",
"opened_at": "2026-06-10T20:23:23.660Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 7
{
"id": 7,
"bv_code": "UZ",
"jaar": 2023,
"status": "open",
"opened_at": "2026-06-10T20:23:23.660Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 8
{
"id": 8,
"bv_code": "UZ",
"jaar": 2024,
"status": "open",
"opened_at": "2026-06-10T20:23:23.661Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 9
{
"id": 25,
"bv_code": "HOLDING",
"jaar": 2017,
"status": "open",
"opened_at": "2026-06-10T21:01:24.143Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 10
{
"id": 26,
"bv_code": "HOLDING",
"jaar": 2018,
"status": "open",
"opened_at": "2026-06-10T21:01:24.143Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 11
{
"id": 27,
"bv_code": "HOLDING",
"jaar": 2019,
"status": "open",
"opened_at": "2026-06-10T21:01:24.143Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 12
{
"id": 28,
"bv_code": "HOLDING",
"jaar": 2020,
"status": "open",
"opened_at": "2026-06-10T21:01:24.143Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 13
{
"id": 29,
"bv_code": "HOLDING",
"jaar": 2021,
"status": "open",
"opened_at": "2026-06-10T21:01:24.143Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 14
{
"id": 30,
"bv_code": "HOLDING",
"jaar": 2022,
"status": "open",
"opened_at": "2026-06-10T21:01:24.143Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 15
{
"id": 31,
"bv_code": "HOLDING",
"jaar": 2023,
"status": "open",
"opened_at": "2026-06-10T21:01:24.144Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 16
{
"id": 32,
"bv_code": "HOLDING",
"jaar": 2024,
"status": "open",
"opened_at": "2026-06-10T21:01:24.144Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 17
{
"id": 33,
"bv_code": "PALEIS",
"jaar": 2017,
"status": "open",
"opened_at": "2026-06-10T21:01:24.787Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 18
{
"id": 34,
"bv_code": "PALEIS",
"jaar": 2018,
"status": "open",
"opened_at": "2026-06-10T21:01:24.787Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 19
{
"id": 35,
"bv_code": "PALEIS",
"jaar": 2019,
"status": "open",
"opened_at": "2026-06-10T21:01:24.787Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 20
{
"id": 36,
"bv_code": "PALEIS",
"jaar": 2020,
"status": "open",
"opened_at": "2026-06-10T21:01:24.787Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 21
{
"id": 37,
"bv_code": "PALEIS",
"jaar": 2021,
"status": "open",
"opened_at": "2026-06-10T21:01:24.787Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 22
{
"id": 38,
"bv_code": "PALEIS",
"jaar": 2022,
"status": "open",
"opened_at": "2026-06-10T21:01:24.788Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 23
{
"id": 39,
"bv_code": "PALEIS",
"jaar": 2023,
"status": "open",
"opened_at": "2026-06-10T21:01:24.788Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Rij 24
{
"id": 40,
"bv_code": "PALEIS",
"jaar": 2024,
"status": "open",
"opened_at": "2026-06-10T21:01:24.788Z",
"closed_at": null,
"resultaat_cents": null,
"resultaatbestemming_json": null
}Andere domeindatabases
Gefilterde containerinventaris. Niet alle containers hebben al een veilige connector.
| Container | Image | Status |
|---|---|---|
| adviestool-web | adviestool-web:latest | Up 9 minutes |
| adviestool-whatsapp | adviestool-whatsapp:latest | Up About an hour |
| adviestool-ocr | adviestool-ocr:latest | Up About an hour (healthy) |
| adviestool-web-preview | adviestool-web-preview:latest | Up 3 days |
| adviestool-preview-ocr | 9e5e9933f3ab | Up 3 days (healthy) |
| adviestool-postgres-test | postgres:17-alpine | Up 3 days (healthy) |
| adviestool-postgres | postgres:17-alpine | Up 5 days (healthy) |
| boekhouding-uw-zekerheid-mssql-1 | mcr.microsoft.com/mssql/server:2022-latest | Up 6 days (healthy) |
| boekhouding-uw-zekerheid-arq-worker-1 | boekhouding-uw-zekerheid-arq-worker | Up 6 days |
| boekhouding-uw-zekerheid-api-1 | boekhouding-uw-zekerheid-api | Up 6 days |
| boekhouding-uw-zekerheid-web-1 | boekhouding-uw-zekerheid-web | Up 6 days |
| boekhouding-uw-zekerheid-caddy-1 | caddy:2-alpine | Up 6 days |
| boekhouding-uw-zekerheid-otel-collector-1 | otel/opentelemetry-collector:0.136.0 | Up 6 days |
| boekhouding-uw-zekerheid-redis-1 | redis:7-alpine | Up 6 days (healthy) |
| boekhouding-uw-zekerheid-postgres-1 | pgvector/pgvector:pg16 | Up 6 days (healthy) |
| boekhouding-uw-zekerheid-minio-1 | minio/minio:RELEASE.2025-09-07T16-13-09Z | Up 6 days |
| adviseursite | adviseursite-adviseursite | Up 7 days (healthy) |
| hypotheek-gate | hypotheek-gate:latest | Up 7 days (healthy) |
| dash | dash-uw-zekerheid:latest | Up 7 days (healthy) |
| adviesbox-windows | dockurr/windows | Up 7 days |
| klantportaal | klantportaal:latest | Up 7 days (healthy) |
| uwpaleis-test | uwpaleis-website:latest | Up 7 days (healthy) |