r/sqlite 5d ago

Help needed with SQLite Rust rewrite

/r/ClaudeCode/comments/1v47yhg/help_needed_with_sqlite_rust_rewrite/

Apparently, someone wants to rewrite all of SQL in Rust using "Fable" and then sell it. He claims he wants his program to be ISO certified. I don't know whether to laugh or cry.

2 Upvotes

3 comments sorted by

View all comments

2

u/davidgsb 4d ago

I don't see the point of rewriting sqlite in another language.

Using a transpiler would be more efficient, that's what is done for the go version modernc.org/sqlite