#1 Yesterday 16:10:56

vennexedu
Member
Registered: 2024-11-12
Posts: 10

Prepared statements without using ORM files

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

#2 Yesterday 16:30:06

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,651
Website

Re: Prepared statements without using ORM files

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

Board footer

Powered by FluxBB