James H.

Results 11 issues of James H.

This is something I was having a play with last night Is there any appetite for this? If so I will continue with it and add material support.

There's a missing column issue with the db. Not sure what changed, but will have to go fix it. ```api_1 | Connecting to postgresql://jayylmao:yeetus@db:5432 api_1 | Connection is fine db_1...

@sync hope you're off to a good start with this year I did something a bit like this for innovation day at Domain, and I want to provide this repo...

I work on a sqlx codegen tool, and had an issue posted about the lack of support for the 'cube' extension type (https://www.postgresql.org/docs/current/cube.html). https://github.com/jayy-lmao/sql-gen/issues/9 I could not see any outstanding...

Currently I'm at some indecision for inserts. Whether to have dedicated insert objects with optional fields for anything with possible defaults or serial / auto incrementing ids. Very open to...

- **feat: cube support** Closes https://github.com/jayy-lmao/sql-gen/issues/9 by adding postgres cubes. Note when using this you will need sqlx >= 0.8, but wont be a dep unless your db has cubes...