SQL table design for Arrays, Dates and Indexes - what I learnt from ORM
In short, you can fix it with proper comments and sectioning. Also, don't fear Many-To-Many relationships.
In short, you can fix it with proper comments and sectioning. Also, don't fear Many-To-Many relationships.
*.apkg and *.anki2 file structure is very simple, but with some quirks of incompleteness.
*.apkg file structure is a zip of at least two files.
The official implementation is actually sqlite3
, and there are at least 2 packages built on top of it -- sqlite
and TypeORM
. There are also other packages that can run SQLite including better-sqlite3
and sql.js
.