Skip to content

yhager/joedb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

joedb, the Journal-Only Embedded Database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.4%
  • Python 6.8%
  • CMake 3.8%
  • Shell 2.8%
  • C 0.2%