Why SQLite Does Not Use Git

Why SQLite Does Not Use Git

  • April 11, 2018
Table of Contents

Why SQLite Does Not Use Git

SQLite does not use the Git version control system. SQLite uses Fossil instead. Fossil and Git are both block-chain version-control systems.

They are both ‘distributed’. They both store content as a sequence of immutable check-ins identified by a cryptographic hash. Git is wildly popular, to the point that many younger developers are familiar with nothing else.

And yet, the developers of SQLite prefer Fossil. This article tries to explain why.

Source: sqlite.org

Share :
comments powered by Disqus

Related Posts

Lidar system images bullet in flight

Lidar system images bullet in flight

Lidar imaging has been around for almost as long as the technology it’s based on, the laser. But unlike its more famous cousin, radar, it was mostly used for research purposes. The reason scientists know so much about the density of aerosols in the upper atmosphere is largely due to the practice of shooting powerful lasers into the atmosphere and examining the return signal.

Read More