Dbeaver schema Files
Dbeaver export files from C3SL projects.
How to
Import project
To import a project in DBeaver go to:
file -> import -> DBeaver -> Project
Select the .dbp file, check the box and give a name to the project.
Database schema
OBS:
- Ensure that you have permission to connect to the database.
- The connections are set to localhost in the database default port read only
- By using bind ssh it is possible to connect with database servers
ssh -L <port>:localhost:<port> user@server
Once the project is imported, to check the database schema go the project folder:
connections -> database -> schema
Then double click the schema and click see diagram.
Export project
OBS: Save the project diagram. Otherwise the changes will not be exported.
To export a project in DBeaver go to:
file -> export -> DBeaver -> Project
Select the project you want to export, the file name and the directory location.