Hey @bobthebear - We just use knex to generate the ultimate SQL queries sent to the DB for GUI mode queries, and here's what some of the raw statements look like checking the Postgres query logs. Just basic INSERT
and UPDATE
statements, with bulk actions wrapped in a transaction.
2 Likes