home / bunpro / books

Menu
  • Log in

books

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name author up_to_page notes rating
None test name test author 50 no notes 5
None another test book test author 150 no notes 2

Advanced export

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

CSV options:

CREATE TABLE [books] (
   [id] TEXT PRIMARY KEY,
   [name] TEXT,
   [author] TEXT,
   [up_to_page] TEXT,
   [notes] TEXT,
   [rating] TEXT
);
Powered by Datasette · Queries took 1.2ms