|
|
|
|
|
by adamckay
1020 days ago
|
|
> It feels like you're asking people to only create Postgres, but SQLite has a perfectly valid use case as well. I don't mean this to be a "well actually" comment, but because I found it interesting when I learnt this a few weeks ago - some limits for SQLite [1] are actually higher than the limits for Postgres [2] (specifically the number of columns in a table and the maximum size of a single field). 1 - https://www.sqlite.org/limits.html 2 - https://www.postgresql.org/docs/current/limits.html |
|