© 2026 Hedgehog Software, LLC
where
await dbConn.execute<User>( sql`select * from ${UserModel} where similarity("name", ${q}) > ${treshold}` );