home / finances

dettes_de_guerre

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date_debut (date)

id ▼ nom capital_restant mensualite devise date_debut capital_initial
1 CM-CIC 7400.0 200.0 EUR 2025-03-01 10000.0
2 CAISSE D'EPARGNE BRETAGNE 13100.0 500.0 EUR 2025-01-01 20000.0

Advanced export

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

CSV options:

CREATE TABLE "dettes_de_guerre" (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            nom TEXT NOT NULL,
            capital_restant REAL DEFAULT 0,
            mensualite REAL NOT NULL,
            devise TEXT DEFAULT 'EUR'
        , date_debut TEXT, capital_initial REAL DEFAULT 0);
Powered by Datasette · Queries took 6.25ms