I created my main database
Populated the data n the branch main
ran the queries successfully
I branched from main to branch_1
ran the same queries on the new branch_1 unsuccessfully - No Results
Why did my query fail on the new branch?
How can I write data to the new branch_1 with my javascript client?
My intent is to write data to both my main branch and the new branch_1 and then merge branch_1 back into the main branch.
I need to access any branch from my javascript client.
I will attempt to find something in your documentation.
Please respond.
orioncri