Category Archives: orientdb

Khóa học miễn phí OrientDB – Restore Database nhận dự án làm có lương

OrientDB – Restore Database As like RDBMS, OrientDB also supports restoring operation. Only from the console mode, you can execute this operation successfully. The following statement is the basic syntax for restoring operation. orientdb> RESTORE DATABSE <url of the backup zip file> Example You have to perform this operation only from the console mode. Therefore, […]

Khóa học miễn phí OrientDB – Create Database nhận dự án làm có lương

OrientDB – Create Database The SQL Reference of the OrientDB database provides several commands to create, alter, and drop databases. The following statement is a basic syntax of Create Database command. CREATE DATABASE <database-url> [<user> <password> <storage-type> [<db-type>]] Following are the details about the options in the above syntax. <database-url> − Defines the URL of […]

Khóa học miễn phí OrientDB – Installation nhận dự án làm có lương

OrientDB – Installation OrientDB installation file is available in two editions − Community Edition − OrientDB community edition is released by Apache under 0.2 license as an open source Enterprise Edition − OrientDB enterprise edition is released as a proprietary software, which is built on community edition. It serves as an extension of the community […]