|
|
|
|
|
by IshKebab
1506 days ago
|
|
I haven't used DuckDB yet but the biggest differences I've discovered if you aren't working on huge datasets where the column/row thing makes a difference (you're probably not) are: 1. SQLite has a great GUI and is really really widely supported. 2. DuckDB is properly statically typed with a much wider range of types than SQLite, which is dynamically typed and only just added support for any kind of type checking at all. |
|