[pybsddb] Python graph database and bsddb3
Amirouche BOUBEKKI
amirouche.boubekki at gmail.com
Wed Aug 5 22:37:03 CEST 2009
Héllo,
I trying to implement a graph database using bsddb3. I have many
questions I hope you will be enough patient to find the answers.
- Have I the right to licence the library in GPLv3 ?
- How do you use the db.DB_DUP Flag ?
- I can't delete keys in the db with the delete method, could you help me to
debug this ? the code available @
http://bitbucket.org/abki/carbone/src/tip/carbone/base.py
The interresting method is /def delete_node(self, node_id):/ L319 at base.py
there is a basic howto in the ./README file.
Amirouche.
More information about the pybsddb
mailing list