Giter VIP home page Giter VIP logo

Comments (2)

n3npq avatar n3npq commented on June 12, 2024

Creating and destroying rpmdb's is not all that useful because there isn't the usual SQL schema instantiation involved with Berkeley DB.

Watch out for ancient hysterical baggage: there are 3-5 lurking interfaces that seem to be able to "open" a database. Note that none of those interfaces takes the necessary directory path as an argument. The directory path is set in a %_dbpath macro.

Similarly, the "initialize" operation is a remnant from a pre-BDB implementation. I'm pretty sure that BDB will create the necessary files as a side effect of, say, trying to create a key ring from the pubkeys in an rpmdb.

BDB should use a DB_CONFIG file to set parameters these days.

Note that there are two other rpmdb back ends that you need to worry about. No one has seriously considered what API's would be useful with alternative backends, so expect some pain if attempting bindings.

from crates.

n3npq avatar n3npq commented on June 12, 2024

Creating and destroying rpmdb's is not all that useful because there isn't the usual SQL schema instantiation involved with Berkeley DB.

Watch out for ancient hysterical baggage: there are 3-5 lurking interfaces that seem to be able to "open" a database. Note that none of those interfaces takes the necessary directory path as an argument. The directory path is set in a %_dbpath macro.

Similarly, the "initialize" operation is a remnant from a pre-BDB implementation. I'm pretty sure that BDB will create the necessary files as a side effect of, say, trying to create a key ring from the pubkeys in an rpmdb.

BDB should use a DB_CONFIG file to set parameters these days.

Note that there are two other rpmdb back ends that you need to worry about. No one has seriously considered what API's would be useful with alternative backends, so expect some pain if attempting bindings.

from crates.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.