By default, the notebooks you create are private to you and admin users.
But sharing a notebook with other team members or even externally is quite simple.
Just click on the Share
button in the top right corner of a notebook:
In the sharing menu, you have several sharing options:
can view
permission is allowed.can view
or can edit
permission on the notebook.Notebooks and database connections are two separate concerns in Query.me with their own permissions.
That means sharing a notebook does not automatically grant access to the underlying database connections.
If you want a user to be able to edit the notebook as well as execute SQL queries present in the notebook, you need to share both the notebook and the database connection with that user.
To make this easier, Query.me will prompt you to share databases used in a notebook after you have invited them to the notebook if those users do not have access to them yet:
You can also share a static snapshot of a query or a notebook ad-hoc via email.
To share a notebook page, click on the Actions
button in the top and select Send Page via Email
:
Next, select the recipients:
To share only the result of a single SQL query as an ad-hoc email, click on the share button above the SQL result:
The email will look like this:
You can hide the SQL from the email by collapsing the SQL query in the notebook itself and only keeping the results expanded.