Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes, This is known as a prepared statement. You compile a parametrized statement once, then execute it as many times as you like with different arguments.

Also, SQLite, unlike most other databases, is an embedded database which does everything in-process rather than invoking multiple processes.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: