Live data from Hacker News

We're Building Postgres in Rust. Using the LLVM of Databases

turso.tech

1–10 of 29 posts

Re: We're Building Postgres in Rust. Using the LLVM of Databases

#4

Author also discussing it on their Twitter [0]. I’m reserving judgement for now, but this has lots of potential usecases even apart from replacing postgres. [0]: https://x.com/glcst/status/2077759127682486561?s=46

People said same thing about sqlite, but I love turso sqlite and haven't faced any issues.

Re: We're Building Postgres in Rust. Using the LLVM of Databases

#5
I'm already quite excited about Turso being SQLite-compatible, but adding many features on top.

And when a feature is not directly compatible with SQLite (ie: you can't directly read the file with `sqlite3`, it's straightforward to convert). This is great because you know you'll always be able to continue working with that database. Even if Turso stopped working, it's still a valid SQLite database.

A combination I would be excited about is:

- Full support for Postgres protocol/wire format (ie: Postgres, but in-process, backed by a single file). - Optional: Client/server architecture for further scaling and remote management using existing Postgres tooling - All backed by a SQLite-compatible file

They are already adding MVCC to SQLite anyway. So their effort seems doable, and I hope they succeed.

Re: We're Building Postgres in Rust. Using the LLVM of Databases

#8
post #4

Author also discussing it on their Twitter [0]. I’m reserving judgement for now, but this has lots of potential usecases even apart from replacing postgres. [0]: https://x.com/glcst/status/2077759127682486561?s=46

People said same thing about sqlite, but I love turso sqlite and haven't faced any issues.

There is no turso sqlite

Re: We're Building Postgres in Rust. Using the LLVM of Databases

#10
post #8
post #4

Earlier quoted context omitted.

People said same thing about sqlite, but I love turso sqlite and haven't faced any issues.

There is no turso sqlite

I don't know if you were being pedantic or confused, but turso is a sqlite3 remake in rust (with some additional features).
Post reply on HN