|
|
|
|
|
by jjav
1400 days ago
|
|
> except for maybe SQLite .schema > if you're using SQLite outside of toy environments or hobby projects, you're doing it wrong That's an uninformed statement. SQLite is extremely solid production quality code. Of course it's not the universally applicable database solution, nothing is. Sometimes you need Cassandra or its kind, often MySQL|Postgres, other times SQLite is the correct answer. |
|