executeSync(
args
: {lix
:Pick
<Lix
,"sqlite"
>;query
:any
; }):any
[]
Execute a query synchronously.
⚠️ MAJOR WARNING: This function is a PURE SQL LAYER without transformations!
Only use this for triggers, database functions, or when you specifically need synchronous database access and understand you're working with raw SQL.
Parameter | Type |
---|---|
args | { lix : Pick <Lix , "sqlite" >; query : any ; } |
args.lix | Pick <Lix , "sqlite" > |
args.query | any |
any
[]