jayy-lmao / sql-gen

EF inspired codegen for Rust
MIT License
18 stars 6 forks source link

feat: cube support #14

Open jayy-lmao opened 2 months ago

jayy-lmao commented 2 months ago

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 in it.

jayy-lmao commented 2 months ago

Wont merge until after https://github.com/jayy-lmao/sql-gen/pull/13, as https://github.com/jayy-lmao/sql-gen/issues/9 will also need enum support anyways 👍