home / finances

coffres

4 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_epargne

id ▼ nom devise is_epargne
1 BCV courant CHF 0
2 Coffre Épargne CHF 1
3 Revolut courant CHF 0
4 Coffre Cash CHF 0

Advanced export

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

CSV options:

CREATE TABLE "coffres" (
    id INTEGER PRIMARY KEY,
    nom TEXT NOT NULL,
    devise TEXT NOT NULL DEFAULT 'CHF'
, is_epargne INTEGER DEFAULT 0);
Powered by Datasette · Queries took 4.919ms