Cross database joins in MySQL
Hi all,
Is it possible to do joins across databases within the same MySQL instance?
i.e
I've generated the typings for both databases, but not sure if there's a way to leverage them?
6 Replies
GitHub
kysely/schemas.md at master ยท kysely-org/kysely
A type-safe typescript SQL query builder. Contribute to kysely-org/kysely development by creating an account on GitHub.
Hey ๐๐ป
I thought I pointed that schemas might work here in another thread.. ๐
Glad you found the answer!
i may have potentially overlooked that, because i wasnt aware of what 'schemas' in pg were ๐
. ended up ctrl f'ing through this server for 'multiple database' and found the same thing. hopefully this thread also helps with the discoverability for future mysql people
Unknown Userโข8mo ago
Message Not Public
Sign In & Join Server To View
Hey ๐
This is tracked over at:
https://github.com/kysely-org/kysely/issues/875
GitHub
Ms sql server - database / schema / tablename ยท Issue #875 ยท kysely...
Good morning, I work with Sql server on several databases. When I do a select it is common for me to join tables between several databases. Is there a way on Kysely to specify the database/schema/t...
Unknown Userโข8mo ago
Message Not Public
Sign In & Join Server To View