/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
| 1 comments |
22 Sep 25 13:29 UTC
|
HN request time: 0.27s
|
source
Show context
munchlax
◴[
22 Sep 25 15:40 UTC
]
No.
45334980
[source]
▶
>>45333190 (OP)
#
From what I've read about it, DuckDB comes close. Regular files, like sqlite, but pg functionality.
replies(2):
>>45335166
#
>>45336160
#
1.
nullzzz
◴[
22 Sep 25 16:53 UTC
]
No.
45336160
[source]
▶
>>45334980
#
No it’s not ”pg functionality”. It’s close to SQL standard compliance but not close to what Postgres has to offer. Also, single transaction writing at a time, in-process etc.
ID:
GO
↑