Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I thought Berkeley DB was a key/value database, what is the SQL API?

API Berkeley database DB key sql value
0
Posted

I thought Berkeley DB was a key/value database, what is the SQL API?

0

Berkeley DB’s SQL API is the SQL processing top half of SQLite layered on top of the storage engine of Berkeley DB. This combination of Berkeley DB and SQLite provides a SQL command line utility called dbsql (a functional equivalent of the sqlite3 command line utility), third party libraries (including JDBC and ODBC), and the SQLite version 3 C/C++ API. This feature is enabled by passing the –enable-sql argument to the configure script before you build the library and tools from the Berkeley DB package.

Related Questions

Thanksgiving questions

*Sadly, we had to bring back ads too. Hopefully more targeted.