OrientDB – Studio OrientDB provides a web UI to carry out database operations through GUI. This chapter explains the different options available in OrientDB. Studio Homepage Studio is a web interface for the administration of OrientDB that comes in bundle with the OrientDB distribution. First, you need to start the OrientDB server using the following […]
Author Archives: user
OrientDB – Java Interface Similar to RDBMS, OrientDB supports JDBC. For this, first we need to configure the environment for JDBC programming. Following is the procedure to create a connection between your application and database. First, we need to download the JDBC Driver. Visit the following link to download OrientDB-JDBC. Following are the basic five […]
OrientDB – Security Like RDBMS, OrientDB also provides security based on well-known concepts, users, and roles. Each database has its own users and each user has one or more roles. Roles are the combination of working modes and set of permissions. Users By default OrientDB maintains three different users for all database in the server […]