/joedb

joedb, the Journal-Only Embedded Database

Primary LanguageC++MIT LicenseMIT

joedb, the Journal-Only Embedded Database

joedb is a minimalist embedded relational database, where data is manipulated directly in the target programming language, without using SQL.

In joedb, the journal of all modifications is stored to disk. This way, the whole data history is remembered, and it is possible to re-create any past state of the database. It is also a way to make the system extremely simple and fast.

To get started, please take at a look at the documentation http://www.remi-coulom.fr/joedb/intro.html.