sub:org-roam

sub:org-roam

Content #

org-roam.db数据库,nodes表。

sqlite> select id, length(id), hex(id) from nodes limit 1;
"000facb4-7bd9-4cfe-bf3c-f0d027263281"|38|2230303066616362342D376264392D346366652D626633632D66306430323732363332383122

sqlite> select id, file from nodes where trim(id) = '"000facb4-7bd9-4cfe-bf3c-f0d027263281"';
"000facb4-7bd9-4cfe-bf3c-f0d027263281"|"/home/luyanfei/kbase/20230125181201-做决策前先征询意见.org"

双引号是作为数据存储在id字段中的,非常古怪。

From #