Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upPostgres column types uuid and bytea don't work #201
Comments
sgrif
closed this
in
785f561
Apr 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nerdrew commentedFeb 10, 2016
sfackler/rust-postgres supports them: https://github.com/sfackler/rust-postgres/blob/master/src/types/mod.rs#L457
Example table:
Errors:
Would it make sense to support a rust-postgres backend?