Elektrine lite

← Feed

@linguistory@code4lib.social

Post #1556690

2026-03-10 15:24 UTC

Hah! I ended up running the following to get a list of files SQL and rows they contained: ``` for i in *.sql; do echo $i $(sqlite3 $i 'select count(1) from "'$(sqlite3 $i '.tables')\") >> recordcounts.tsv done ```

Replies (0)

No replies.