opencode icon indicating copy to clipboard operation
opencode copied to clipboard

sqlite vs embedded postgres

Open adsharma opened this issue 4 days ago • 3 comments

Question

Have you considered using an embedded postgres server such as:

https://github.com/adsharma/pgserver/tree/pg18_2_39

over sqlite for sessions, messsages and file history?

This would give you access to pgvector and Tigerdata's pgvectorscale (DiskANN like indexing).

adsharma avatar Jan 11 '26 18:01 adsharma