if I have both Xano and Adalo databases can they link together
For example, I have a car rental app and the car and its info are stored on the Xano database and the customer that rent the car are stored in Adalo can i have the a relationship link in Adalo between the cars and customers
You can store the user’s email (with a text string parameter) or user ID (with an integer number) in your car relationship by adding another string parameter. Then, you can just query the cars relationship by that email or user ID parameter. That’s how you’d link the relationship between Adalo + Xano.