-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for database backends #785
Comments
What intersection and/or kind of libyang modification would be needed? For the most part, libyang seems to be independent of external data access layer (DAL) concerns. That said, I could imagine callbacks being registered into libyang to fetch parts of the schema and/or data tree from a DAL. Is this the idea? |
What I was talking about in the sysrepo issue, was a support for another data format in libyang next to XML, JSON and LYB format currently supported. Probably it can be in a form of some plugins that would implement a data printer and parser to get data out and into the internal data tree structures. That was my idea. However, even what you wrote make sense. libyang is able to write data info What do you think about efficiency vs simplicity in this case. Probably it would be possible to allow both types of plugins, but then libyang could seem over-pluginned :) |
I'm unsure, but I think that the goals are two-fold:
|
Looking into Sysrepo’s support for database backends, one can find Sysrepo#774, in which Radek makes this comment:
This issue is to track the support for this feature.
The text was updated successfully, but these errors were encountered: