fosk 0.1.1

In-memory SQL-like query engine and lightweight data store for testing and prototyping.
Documentation
pub mod resolved_field;
pub use resolved_field::*;

pub mod analyzed_identifier;
pub use analyzed_identifier::*;

pub mod analyzed_query;
pub use analyzed_query::*;

pub mod analyzer_error;
pub use analyzer_error::*;

pub mod analysis_context;
pub use analysis_context::*;

pub mod type_inference;
pub use type_inference::*;

pub mod resolvers;
pub use resolvers::*;