Virgiel

Results 37 comments of Virgiel

How about: ```sql -- File comment (ignored) --! universe -- Universe comment -- Over multiple line select * from Universe; ```

@LouisGariepy Although it is not completely ready for a merge, the core logic is already there and works. This is already a huge PR in itself, so I deferred some...

I still need to add some error handling, but the new architecture is ready for review !

I've been using this PR in productions for a few weeks and it works very well !

A final pain point is that we generate too much code and it makes the PRs hard to read, I suggest putting the examples and reference codegen in gitignore and...

One of the reasons I abandoned my PR GAT was that it requires us to create features for any third-party crate we want to support (`uuid`, `time`, etc). Currently, except...

I agree with you, DB interaction in Rust is difficult, especially for beginners. But I think we should make a distinction between what is our responsibility, what we should improve,...

I also have limited performance on Raspbian. I cannot exceed 1.7 MB/s with master

When we generate code against a managed database, most of our time is spent on docker commands, 1.3s when managed vs 50ms when live. We don't have an easy way...

We'd love to do that! However, this is not something that postgres natively supports and all other projects rely on simulation or loosy inference. This makes this feature unreliable. In...