Riccardo Gueli Alletti
Results
4
comments of
Riccardo Gueli Alletti
Hi, I forked the previous stackblizt and updated both astro to 1.0.6 and the config file to output to 'server' [0]. The problem persists. I think this is quite a...
Maybe we can have an interface similar to what edgedb has done? ```js const email = "[email protected]" await client.transaction(async tx => { await tx.execute( `insert User { email := $email...
Thanks for your effort!