OrientDB – List Database This chapter explains how to get the list of all databases in an instance from the OrientDB command line. The following statement is the basic syntax of the info command. LIST DATABASES Note − You can use this command only after connecting to a local or remote server. Example Before retrieving […]
Author Archives: user
OrientDB – Info Database This chapter explains how to get information of a particular database from the OrientDB command line. The following statement is the basic syntax of the Info command. info Note − You can use this command only after connecting to a particular database and it will retrieve the information of only the […]
OrientDB – Connect Database This chapter explains how to connect to a particular database from the OrientDB command line. It opens a database. The following statement is the basic syntax of the Connect command. CONNECT <database-url> <user> <password> Following are the details about the options in the above syntax. <database-url> − Defines the URL of […]