|
|
|
|
|
by zarzavat
738 days ago
|
|
True but it lacks the tools you’d want to have to deal with larger databases, for example everything is one file and no table-level locking. You can split into different databases and use ATTACH but at that point you might as well install Postgres. SQLite really shines when you know that a database can only get so large, let’s say you have a paid product that is only ever going to have a moderate number of users. |
|