feophant 0.9.0

A SQL database server written in Rust and inspired by PostreSQL
Documentation
1
2
3
4
5
6
7
//! This module covers taking a message and parsing it into a command object

mod client_processor;
pub use client_processor::ClientProcessor;

pub mod ssl_and_gssapi_parser;
pub mod startup_parser;