/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
What if we treated Postgres like SQLite?
(www.maragu.dev)
75 points
markusw
| 2 comments |
22 Sep 25 13:29 UTC
|
HN request time: 0.001s
|
source
1.
kissgyorgy
◴[
22 Sep 25 15:56 UTC
]
No.
45335261
[source]
▶
>>45333190 (OP)
#
The huge advantage of SQLite is not that it's on the same machine, but it's that is it
in process
which makes deployment and everything else just simpler.
replies(1):
>>45337455
#
ID:
GO
2.
markusw
◴[
22 Sep 25 18:23 UTC
]
No.
45337455
[source]
▶
>>45335261 (TP)
#
Yeah, totally agreed. An embedded Postgres would be sweet (see pglite elsewhere here in the comments, looks interesting).
↑