Database Servers
Reference documentation for the Database Servers item
Last updated
Was this helpful?
Reference documentation for the Database Servers item
Last updated
Was this helpful?
The Database Servers node in the can be expanded to show each of the named that have been configured.
The following commands are available for Database Servers node. They can be accessed by right-clicking the context menu:
Creates a new DB Server connection to an existing database.
Creates a new named database (PostgreSQL) and creates a connection to it
Reloads the schema from the database
The following commands are available for Database Servers node in the Solution Explorer. They can be accessed by right-clicking to get the context menu:
Use this command to create new Database Server connection to an existing database. You will have the option to select the database vendor or you can choose empty
. The will be opened. If you select a particular vendor, then some properties will be pre-filled. Enter your connection parameters and save.
Use this command to create new Database on an existing Postgresql Server. You will be prompted to enter a name for the database. The command will also create a Database Server connection and pre-fill the connection parameters and open the .
Opens the
Use this command to synchronize between the database schema and the in your project. This command will open the , where you can resolve differences between the schema and your .dbi files.
Use this command to reload the database schema from the database. You can do this to check for changes which may have been made to the schema from outside of the Servoy development environment. If conflicts are found, you can fix them by .