Replies: 1 comment
-
Bun does not have explicit support for database schemas like PostgreSQL’s in a structured way, You can also specify the search_path in the DSN to query only a specific schema. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is bun model support DB schema like postgresql?
Or just put schema name at table tag?
Ex: bun.BaseModel
bun:"table:test_schema.table_abc"
And for table schema migration, bun already have support db schema migration?
Ty
Beta Was this translation helpful? Give feedback.
All reactions