←back to thread

75 points markusw | 1 comments | | HN request time: 0.27s | source
Show context
munchlax ◴[] No.45334980[source]
From what I've read about it, DuckDB comes close. Regular files, like sqlite, but pg functionality.
replies(2): >>45335166 #>>45336160 #
1. nullzzz ◴[] No.45336160[source]
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.