rqlite is an open-source distributed relational database, with SQLite as its storage engine.
Check out this cool video, showing the evolution of the source code.
rqlite is an open-source distributed relational database, with SQLite as its storage engine.
Check out this cool video, showing the evolution of the source code.
I cannot praise the revision-control tool git highly enough, and often use it as a buffer between SVN and me. Much of my professional work flow involves fixing a bug here, fixing a bug there — lots and lots of small changes in many different branches. git is the perfect tool for this kind of work. And it is fast.