Database and DB-API

Database Issues

Database Deployment Variants
There are many ways to configure and build the server for storing and retrieving datastore contents. Local internal database: configuration in memory and ...
Mon, 21 Nov, 2022 at 2:47 PM
How do I use my own database instead of the built-in database?
By default, the netconfd-pro server will use its own database, which is stored in an XML file. It is also possible to use an external database instea...
Mon, 21 Nov, 2022 at 3:39 PM
How do I use DB-API and db-api-app?
The DB-API database variant allows an external process to initiate database edits which are processed by the server as user or system edits. The DB-API fun...
Wed, 5 Jan, 2022 at 11:00 AM
Are there APIs to access the server's YANG datastore by other applications?
The DB-API subsystem provides a special datastore editing interface for subsystems to access the YANG-based data controlled by the main server. It can be us...
Mon, 21 Nov, 2022 at 3:41 PM
Does YumaPro SDK support 3rd party DBMS like SQL etc., for its datastores?
YumaPro SDK supports a vendor-specific external database through an XML file API. e.g., the load/save to NV-storage is done through your callbacks. Ther...
Mon, 21 Nov, 2022 at 3:42 PM
Concurrency in DB-API
This article describe how concurrent db-api requests are handled by the server and what limitations exist. The server serializes all the request coming ...
Tue, 28 Dec, 2021 at 3:51 PM
How do I use compo-app?
Combo-app is a sample netconfd-pro server SIL-SA + DB-API subsystem application that provides functionality to send edits and get requests to the server wit...
Wed, 5 Jan, 2022 at 11:10 AM