[Mono-list] Tree data storage on BerkeleyDB
Everaldo Canuto
everaldo.canuto@bol.com.br
Fri, 20 Sep 2002 15:50:10 -0300
>
>
>why do you need 2 keys? I think one for the path of the configuration
>entry is enough.
>
>
I need to recover all child keys of key, example:
/Software/Mono
/Software/Mono/mcs
/Software/Mono/nant
/Software/Microsoft/
/Software/Microsoft/Windows
/Software/Microsoft/ASP.NET
I need to recover all /Software/Mono child's but theres no function on
berkeley DB.
I think abot Berkeley DB is not a better option to do this.
Everaldo Canuto