You are not logged in.
Pages: 1
Hello,
is it possible to use prepared statements with TTextWriter in SQLite3 with just the low-level functions and without higher ORM .pas files? And would that possibly yield a performance boost on a single PC system?
Offline
Yes, it is possible to use SQlite3 without the ORM, of course.
But since our SQlite3 wrapper is directly emitting the JSON output, even when the ORM is involved, so there is no overhead at all.
Online
Pages: 1