Hacker News new | ask | show | jobs
by dkjaudyeqooe 1370 days ago
Probably, but it's still inefficient in other ways. There's memory issues and the code overhead of dealing with strings. It'd be much nicer to have a binary interface, but admittedly it would be much more complex.

The real solution is to include an alternative to SQL that looks and works like Datalog including things like variables. That would make SQLite 100x more productive for programmers. But that will never happen.

1 comments

Wouldn't that then just be a prepared statement with variables?