Useful, thanks. Compiling some examples that will work on the new storage engine ๐
Useful, thanks. Compiling some examples that will work on the new storage engine 


env.<BINDING_NAME> in your code, for example if you name it DB, it will be env.DBINSERT INTO calendar (c_id, for_date, status)
VALUES
(122393 '2023-04-03', 'AVAILABLE'),
(122393 '2023-04-04', 'AVAILABLE'),
(122393, '2023-04-05', 'AVAILABLE'),
...
ON CONFLICT DO UPDATE SET status = excluded.status;