←back to thread

275 points whatisabcdefgh | 1 comments | | HN request time: 0.199s | source
1. gwd ◴[] No.45136696[source]
Anki's storage format is SQLite (or was a few years ago). That made it really lovely when I wanted to import the contents (including the view logs) of Anki deck I'd been using for a decade into a custom system I was designing. Just pop up the `sqlite3` REPL, poke around and see what it looks like, then write standard SQL queries to get the data out.