# Functions
NewFSM creates a new Raft state machine for executing dqlite-specific command.
NewMethods returns a new Methods instance that can be used as callbacks API for raft-based SQLite replication of a single connection.
# Structs
FSM implements the raft finite-state machine used to replicate SQLite data.
FSMSnapshot is returned by an FSM in response to a Snapshot It must be safe to invoke FSMSnapshot methods with concurrent calls to Apply.
Methods implements the SQLite replication C API using the sqlite3 bindings.