|
|
|
|
|
by justinclift
2932 days ago
|
|
As a data point, it seems to be reasonably common for people to use both SQLite + <some other database> (eg PG). Probably because they have different use cases that don't overlap too much. eg SQLite is great for single file info storage and passing around. The others - being competing multi user servers - don't do that. :) |
|