Skip to content

Instantly share code, notes, and snippets.

View tihorygit's full-sized avatar

ti hory tihorygit

View GitHub Profile
@tihorygit
tihorygit / PostgreSQLHttpRest.lpr
Last active May 7, 2022 05:41
PostgreSQL + mORMot Server/Client
program PostgreSQLHttpRest;
{$I mormot.defines.inc}
uses
{$I mormot.uses.inc}
sysutils,
classes,
MTProcs,
mormot.core.os,
program PostgreSQLHttpRest;
{$I mormot.defines.inc}
uses
{$I mormot.uses.inc}
sysutils,
classes,
MTProcs,
mormot.core.os,
@tihorygit
tihorygit / SQLiteVsPostgreSQL.lpr
Last active May 1, 2022 06:46
Compare SQLite and PostgreSQL insert performance
program SQLiteVsPostgresql;
//Required packages : mormot2, multithreadprocslaz
{$I mormot.defines.inc}
{$ModeSwitch nestedprocvars}
uses
{$I mormot.uses.inc}
sysutils,
MTProcs,
mormot.core.perf,
mormot.core.base,