From 117f7f7c053269d2b6b24e55ab057aa7777c3d9f Mon Sep 17 00:00:00 2001 From: elioat Date: Wed, 7 Dec 2022 18:44:15 -0500 Subject: sketching --- src/catalogue.lil | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/catalogue.lil b/src/catalogue.lil index 2690bcb..0a8be1a 100644 --- a/src/catalogue.lil +++ b/src/catalogue.lil @@ -23,4 +23,17 @@ # input data. Input data stored as CSV between sessions # NOTE: if input data is stored as CSV is becomes trivial to pipe in and out -# of SQLite in the future...if that'd be desirable \ No newline at end of file +# of SQLite in the future...if that'd be desirable + +# NOTE: I'm using just 1 table so that this can be easily exported as CSV... +# if it weren't for that requirement, I'd have multiple tables + +catalogue.entry_type:"folder","folder","note","link","link" +catalogue.parent:0,0,0,0,0 # QUESTION: how to reference other entries by IDs +catalogue.title:"read","to read","what an idea","Oatmeal","sans" +catalogue.body:0,0,"what if I made a lil cli",0,0 +catalogue.reference:0,0,0,"https://eli.li","https://smallandnearlysilent.com" +catalogue.created_date:"2022-12-07","2022-12-07","2022-12-07","2022-12-07","2022-12-07" +catalogue:table catalogue + +show[catalogue] \ No newline at end of file -- cgit 1.4.1-2-gfad0