Categorygithub.com/forchid/raft-sqlite3
repositorypackage
0.1.0
Repository: https://github.com/forchid/raft-sqlite3.git
Documentation: pkg.go.dev

# README

raft-sqlite3

This repository provides the raftsqlite3 package. The package exports the Sqlite3Store which is an implementation of both a LogStore and StableStore.

It is meant to be used as a backend for the raft package here.

This implementation uses SQLite3. SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.