directory
0.0.0-20220613080921-65fd79d85952
Repository: https://github.com/xqueries/xdb.git
Documentation: pkg.go.dev

# Packages

Package compiler provides compiler implementations for compiling an (*ast.SQLStmt) into a (command.Command), which then can be executed by an (executor.Executor).
Package engine implement an engine that can execute a command.
Package id provides functions for creating globally unique IDs that can be used by the application.
No description provided by the author
Package network implements a communication layer with a server and a client.
Package node implements a raft node that can communicate with other nodes.
Package parser implements a SQL parser with respect to the SQLite grammar.
No description provided by the author
No description provided by the author