README ¶ arkdb arkdb is a research project. It is an attempt to make a small and simple relational SQL database that is embedded and distributed naturally using raft. It should allow distributed applications to be easily built on top of it. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type DB func NewDB(options *Options) DB type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DB ¶ type DB interface { Start() error } func NewDB ¶ func NewDB(options *Options) DB type Options ¶ type Options struct { Directory string Peers []string EnableSingle bool Transport transport.Transport } Source Files ¶ View all Source files ark.go Directories ¶ Show internal Expand all Path Synopsis example internal bargeutil testutils pkg distribution logger network parser planner storage transport transportwrapper types wire Click to show internal directories. Click to hide internal directories.