steffenstolze
steffenstolze
Since this is still open and almost 3 months old I assume that it's not safe to use it like this with SvelteKit and Vercel? As far as I understood...
@steve-chavez imho this feature is very important. I can't think of any non-trivial RDBMS use-case that can work without transactions - except simple apps without many relationships. Data is relational,...
To be fair, you could always use a database function for that and trigger it via client SDK. This is how we did it. So its technically possible, just a...
> In our particular case, "bit inconvenient" is an understatement. For the complex business logic we're currently employing, using database functions is borderline infeasible. I wanted to be polite. Yes,...
same here. I have to select the pg_dump binary with cmd+shift+g every time I want to create a dump. On top of that, it errors with "Wrong password", although I...
@josephusmv have you ever found an answer to that? Did you implement long running IMAP clients and what has been your experience? Much appreciated!
Hey @juranki I'm trying to dig into your project and to understand what's happening :) I understand that you use *one* Lambda@Edge function whose handler imports the whole SvelteKit app,...