home / vitre

fonds

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

id ▼ date montant type note active
1 2026-03-20 112.0 reinvesti Escalier et Raclette max 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE fonds (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            date TEXT NOT NULL,
            montant REAL NOT NULL,
            type TEXT NOT NULL,
            note TEXT,
            active INTEGER DEFAULT 1
        );
Powered by Datasette · Queries took 12.6ms