Why does Postgres not natively support embedding, like SQLite? It has all the code to manage data files; can’t I just link it, instead of having to talk to it over a network?
Why does Postgres not natively support embedding, like SQLite? It has all the code to manage data files; can’t I just link it, instead of having to talk to it over a network?