Skip to content

Commit e5db7cf

Browse files
committed
In working with Oracle BDB+SQL... Oracle has dropped support for it. It
shall live on in LumoSQL.
1 parent 37f9663 commit e5db7cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/www/lumo-relevant-codebases.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ MVCC-compliant K-V stores, and still using Write-Ahead Logs.
6262

6363
# Oracle BDB and Oracle BDB-SQL Codebases
6464

65+
As of June 2020, Oracle announced that it has dropped support for the BDB port
66+
to SQLite. DB 18.1.32 is the last version to carry this, which is based on
67+
SQLite from 2017. This is the reference and basis for the BDB backend in
68+
LumoSQL.
69+
6570
| Project | Last modified | Description |
6671
| ------------- | ------------- | --------|
6772
| [Sleepycat/Oracle BDB](https://fossies.org/linux/misc/db-18.1.32.tar.gz) | current | The original ubiquitous Unix K-V store, disused in open source since Oracle's 2013 license change; the API template for most of the k-v btree stores around. Now includes many additional features including full MVCC transactions, networking and replication. This link is a mirror of code from download.oracle.com, which requires a login |

0 commit comments

Comments
 (0)