ituriel
ituriel
KKysely
Created by ituriel on 12/29/2023 in #help
How to handle versioning of database objects.
in raw SQL i can do SELECT * FROM Table1 INNER JOIN Table2 ON Table1.Key1 = Table2.Key1 AND Table1.Key2 = Table2.Key2 AND Table1.Key3 = Table2.Key3 but how to do it in kysely
5 replies