Replies: 1 comment 2 replies
-
This is currently not supported and would need much more support than just a field in your
I'm not sure that I understand this part. Tables and stuff is exactly created where you describe it in your migrations. If you don't specify a schema the default schema is used. If you specify a schema that schema is used. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if I want my postgresql to use a different search path I have to include it in connection string.
What if I can choose a different schema in my
diesel.toml
?The current schema field is only useful for schema.rs generation, but the tables and other stuff are all created on the public (or the default search_path to connection).
Beta Was this translation helpful? Give feedback.
All reactions