1.

How Is H2 Data Base Supports On A Features?

Answer»

Eclipse Kura supports the FOLLOWING H2 database features:

  • Persistence modes: The H2 implementation currently supports in-memory and file-based database INSTANCES. See Persistence Modes for more details.
  • Multiple database instances: It is possible to create and CONFIGURE multiple database instances from the Kura Web UI, these instances can be selectively consumed by applications. A default database instance is created automatically.
  • TCP Server:The current implementation allows external PROCESSES to access the database instances managed by Kura using TCP. This enables the integration of external applications that can share data with Kura components using the database.
  • Web based console: It is possible to start the H2 Web console directly from the Kura Web UI. The console can be used to inspect the database contents and perform arbitrary queries for debug purposes.
  • Basic credential management: The current implementation allows to change the password of the admin DB user from the Kura Web UI. This allows to restrict access to existing database instances.

Eclipse Kura supports the following H2 database features:



Discussion

No Comment Found