Skip to main content
1 vote
1 answer
51 views

We are moving our very old subversion server to a new one. The old one was running on centos 7.7 with subversion 1.7.14-14. We tried copying the entire repos folder to a new ubuntu 22 running ...
user26533539's user avatar
2 votes
0 answers
94 views

I'd like to know - is there a way to delete a tuple (key/value pair) from a BerkeleyDB btree database, by using a partial match, preferably using a single function call and without using a cursor - ...
Kees-Jan Hermans's user avatar
0 votes
0 answers
214 views

I'm trying to install berkleybd for python on windows but I get the following error: pip install berkeleydb Collecting berkeleydb Downloading berkeleydb-18.1.11.tar.gz (174 kB) Installing build ...
ZimaConnoisseur's user avatar
1 vote
1 answer
114 views

I'm new with perl. I'm writing a little code to lookup value in db from key. If I do a loop on the %hash for keys and value : I can see my keys and my values. But, when I want to load a specific key, ...
Yannick MOLINET's user avatar
0 votes
1 answer
85 views

I'm using BDB cursor and calling getSaerchKeyRange. From the docs getSaerchKeyRange: returns the smallest key greater than or equal to the specified key Lets say our DB is the following Key Value ...
anon12345's user avatar
1 vote
0 answers
52 views

I'm trying to add new and first encrypted database within an environment which already contains several unencrypted databases. the problem is that once in several attempts to update our software ...
guy1010's user avatar
  • 11
0 votes
0 answers
33 views

How can i use dbstl::db_map<string, list< string>>? I use Berkeley DB STL in C++ and Visual Studio 2015 I want to use list< string> as value of db_map, but i get an error. I ...
Ilya's user avatar
  • 25
1 vote
1 answer
75 views

i use C++, Berkeley DB 18.1.40 STL and Visual Studio 2015. i include libraries through the project settings i cant use dbstl::map<string, int> and get an error, but with dbstl::map<string, ...
Ilya's user avatar
  • 25
0 votes
1 answer
163 views

I cant connect the Berkeley DB C++ library to my VS 2015 project i download a project of Berkeley DB C++: link i run the Berkeley_DB_vs2015.sln project from the build_windows folder and compile it i ...
Ilya's user avatar
  • 25
0 votes
1 answer
368 views

I have this program written in python that uses berkeleydb to store data (event logs) which i migrated to lmdb. My problem is, before an event gets written, the program does a lookup if the event ...
mark's user avatar
  • 11
1 vote
2 answers
148 views

I'm trying to migrate some perl code to python and it uses Sleeypcat::DbXml 'simple' to get read access to a .dbxml file, creates a XmlManager, calls createQueryContext, openContainer and query to get ...
snoopyjc's user avatar
  • 633
0 votes
0 answers
39 views

My objective is to have a single file containing two BerkeleyDB databases. The first one stores JSON documents index by their id and the second one associates the document ids with some other unique ...
Neel Basu's user avatar
  • 13k
0 votes
0 answers
43 views

I want to open a database and create a container (set) in the global scope so that I can access it from all functions with the following code: DbEnv* penv = open_env(".", 0u, DB_INIT_MPOOL | ...
Chase's user avatar
  • 43
1 vote
0 answers
1k views

I want to use BerkeleyDB in my project, but I plan to distribute the final program as an .exe file. How can I compile a program by adding both BerkeleyDB dlls to it so that I end up with a single ...
Chase's user avatar
  • 43
1 vote
0 answers
101 views

I have a requirement where I have two independent processes running on an embedded linux. One of the processes takes CAN bus messages every 10 - 25ms and writes them to a BerkeleyDB. (NOTE: the ...
Sash's user avatar
  • 1,144

15 30 50 per page
1
2 3 4 5
33